docs: update the README

This commit is contained in:
Karim shoair
2025-08-24 03:04:52 +03:00
parent a8f5c55f06
commit 0c63f95d07
+4 -6
View File
@@ -269,7 +269,7 @@ Scrapling requires Python 3.10 or higher:
pip install scrapling 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 If you are going to use any of the fetchers or their classes, then install browser dependencies with
```bash ```bash
@@ -280,17 +280,15 @@ This downloads all browsers with their system dependencies and fingerprint manip
### Optional Dependencies ### Optional Dependencies
Install the MCP server feature: - Install the MCP server feature:
```bash ```bash
pip install "scrapling[ai]" pip install "scrapling[ai]"
``` ```
- Install shell features (Web Scraping shell and the `extract` command):
Install with shell features (Web Scraping shell and the `extract` command):
```bash ```bash
pip install "scrapling[shell]" pip install "scrapling[shell]"
``` ```
- Install everything:
Install everything:
```bash ```bash
pip install "scrapling[all]" pip install "scrapling[all]"
``` ```