Update README.md (#391)

bellow -> below
This commit is contained in:
Ikko Eltociear Ashimine
2024-03-30 23:56:08 +09:00
committed by GitHub
parent 27b3625cd1
commit de3bc686c1

View File

@@ -49,7 +49,7 @@ To get started with CrewAI, follow these simple steps:
pip install crewai pip install crewai
``` ```
If you want to also install crewai-tools, which is a package with tools that can be used by the agents, but more dependencies, you can install it with, example bellow uses it: If you want to also install crewai-tools, which is a package with tools that can be used by the agents, but more dependencies, you can install it with, example below uses it:
```shell ```shell
pip install 'crewai[tools]' pip install 'crewai[tools]'