mach schon!

This commit is contained in:
Jörg Lohrer 2024-03-25 12:59:32 +01:00
parent 51472a7689
commit 21ba9f3dd7

View file

@ -6,5 +6,11 @@ Anleitungsvideo:
# Installation # Installation
```shell ```shell
py -m venv venv py -m venv venv
.\venv\Scripts\activate #linux ./venv/bin/activate)
´´´ .\venv\Scripts\activate
```
```shell
#linux
python -m venv venv
./venv/bin/activate)
```