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.
crew-ai-codecollection/README.md
Daniel Reintanz 3c43bf2f09 updated md
2024-03-25 12:39:55 +01:00

12 lines
255 B
Markdown

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)
```