diff --git a/README.md b/README.md index 66ddb7a..93fd35a 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ und mit den in dem Kurs präsentierten Algorithmen herumexperimentieren. Um den Python Code auszuführen, bspw. im Bash: ```bash -python3 code/main.py; # linux, OSX -py -3 code/main.py; # Windows +python3 code/main.py all; # linux, OSX +py -3 code/main.py all; # Windows ``` Oder man erstelle einen bash Skript wie `run.sh`, trage die Befehle da ein und führe ```bash