From 0c63f95d07cfdea216be2c370e8460990c97118b Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Sun, 24 Aug 2025 03:04:52 +0300 Subject: [PATCH] docs: update the README --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3040e1e..042491b 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ Scrapling requires Python 3.10 or higher: pip install scrapling ``` -### Fetchers Setup +#### Fetchers Setup If you are going to use any of the fetchers or their classes, then install browser dependencies with ```bash @@ -280,17 +280,15 @@ This downloads all browsers with their system dependencies and fingerprint manip ### Optional Dependencies -Install the MCP server feature: +- Install the MCP server feature: ```bash pip install "scrapling[ai]" ``` - -Install with shell features (Web Scraping shell and the `extract` command): +- Install shell features (Web Scraping shell and the `extract` command): ```bash pip install "scrapling[shell]" ``` - -Install everything: +- Install everything: ```bash pip install "scrapling[all]" ```