master > master: README

This commit is contained in:
RD 2021-10-24 12:27:50 +02:00
parent d18957351d
commit c8868d5bf4
1 changed files with 4 additions and 2 deletions

View File

@ -41,8 +41,8 @@ Python version 3.x.x (idealerweise zumindest 3.9.5) plus folgende Module:
Diese lassen sich mittels
```bash
python3 -m pip install {name des Moduls} # linux, osx
py -3 -m pip install {name des Moduls} # Windows
python3 -m pip install {name des Moduls}; # linux, osx
py -3 -m pip install {name des Moduls}; # Windows
```
installieren.
Man kann auch die Version mittels etwa `{name}==1.2.3` oder `{name}>=1.2.3` spezifizieren.
@ -61,3 +61,5 @@ chmod +x run.sh; # nur einmalig nötig
./run.sh
```
aus.
Der Befehl `[python3 | py -3] code/main.py -h` zeigt die Gebrauchsanleitung an.