Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 511 Bytes

File metadata and controls

16 lines (10 loc) · 511 Bytes

CrewAI Beginner Course

  • install pycharm community edition ide (if you don't have one)
  • install anaconda (if you don't want to use venv)

Join my Discord community for any questions!

To install the requirements, type this in your terminal:
pip install -r requirements.txt

OR

pip install crew for beginning of tutorial pip install 'crewai[tools]' for tooling on rest of tutorial

I explain where to use these in the video