Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ Visit our GitHub repository for more information [Crawlee on GitHub](https://git

Crawlee is available as the [`crawlee`](https://pypi.org/project/crawlee/) PyPI package.

```
```bash
pip install crawlee
```

Additional, optional dependencies unlocking more features are shipped as package extras.

If you plan to use `BeautifulSoupCrawler`, install `crawlee` with `beautifulsoup` extra:

```
pip install crawlee[beautifulsoup]
```bash
pip install 'crawlee[beautifulsoup]'
```

## Features
Expand Down