diff --git a/README.md b/README.md index 38d0720..c96a97d 100644 --- a/README.md +++ b/README.md @@ -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.