Merge branch 'main' of https://codeberg.org/Comenius-Institut/crew-ai-codecollection
This commit is contained in:
commit
0a553d52ca
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -6,5 +6,11 @@ Anleitungsvideo:
|
|||
# Installation
|
||||
```shell
|
||||
py -m venv venv
|
||||
.\venv\Scripts\activate #linux ./venv/Scripts/activate)
|
||||
´´´
|
||||
|
||||
.\venv\Scripts\activate
|
||||
```
|
||||
```shell
|
||||
#linux
|
||||
python -m venv venv
|
||||
./venv/bin/activate)
|
||||
```
|
||||
|
|
|
|||
Reference in a new issue