Anleitungsvideo: [Youtube: CrewAI Python Tutorial for Beginners - Let's Build an AI Crew! ](https://www.youtube.com/watch?v=6NbJQsCg1VQ) # Installation ```shell py -m venv venv ``` ```shell .\venv\Scripts\activate #linux ./venv/Scripts/activate) ```