.gitignore | ||
crew-suche-information-pruefe-wiki.py | ||
README.md | ||
test.md |
Anleitungsvideo: Youtube: CrewAI Python Tutorial for Beginners - Let's Build an AI Crew!
Installation
py -m venv venv
.\venv\Scripts\activate
#linux
python -m venv venv
./venv/bin/activate)