master > master: README

This commit is contained in:
RD 2021-10-23 11:28:34 +02:00
parent 71d87423fe
commit 5875fb4a90
1 changed files with 2 additions and 2 deletions

View File

@ -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