Skip to content

Commit

Permalink
docs: add required packages to SeleniumScrapingTool documentation
Browse files Browse the repository at this point in the history
- Add selenium and webdriver-manager to installation instructions
- Fixes #2153

Co-Authored-By: Joe Moura <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and Joe Moura committed Feb 17, 2025
1 parent 1b488b6 commit b1860cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tools/seleniumscrapingtool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1860cb

Please sign in to comment.