This repository has been archived on 2024-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
daniel_reintanz 8aa6e26bce test.md gelöscht
Test beendet
2024-03-25 12:48:17 +00:00
.gitignore UPDATED .gitignore 2024-03-25 13:46:50 +01:00
crew-suche-information-pruefe-wiki.py first 2024-03-25 13:05:23 +01:00
README.md mach schon! 2024-03-25 12:59:32 +01:00

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)