docs: update the README
This commit is contained in:
@@ -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]"
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user