mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
docs: add required packages to SeleniumScrapingTool documentation
- Add selenium and webdriver-manager to installation instructions - Fixes #2153 Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -19,10 +19,10 @@ Its design caters to a wide range of scraping needs, offering flexibility to wor
|
||||
|
||||
## Installation
|
||||
|
||||
To get started with the SeleniumScrapingTool, install the crewai_tools package using pip:
|
||||
To get started with the SeleniumScrapingTool, install the required packages using pip:
|
||||
|
||||
```shell
|
||||
pip install 'crewai[tools]'
|
||||
pip install 'crewai[tools]' selenium webdriver-manager
|
||||
```
|
||||
|
||||
## Usage Examples
|
||||
|
||||
Reference in New Issue
Block a user