master > master: README
This commit is contained in:
parent
d18957351d
commit
c8868d5bf4
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user