From 5875fb4a909c66bec2ec283114223b93a1e674a8 Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Sat, 23 Oct 2021 11:28:34 +0200 Subject: [PATCH] master > master: README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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