Step 1: Create a virtual environment
python3 -m venv venv
Step 2: Activate the virtual environment
source venv/bin/activate
Step 3: Install CrewAI with additional tools
pip install 'crewai[tools]'
Step 4: Run the Python script using the virtual environment’s Python interpreter
$(which python) 7.xxx.py