„How to run in Windows“ hinzufügen

Pascal Schreiner
2021-06-05 00:15:33 +02:00
parent abebbac9bb
commit 8e382f793b

8
How-to-run-in-Windows.md Normal file

@@ -0,0 +1,8 @@
In Windows startet sich by Default der Editor bei Python Datein.
Daher muss das Script explizit angesprochen werden.
*Python muss in Windows noch installiert werden siehe: [Get Python](https://www.python.org/downloads/)*
Nach dem Python installiert ist kann man es von der CMD oder PowerShell mittels `py path\to\script` ausführen.
Hint: Zusätliche Datein werden in dem Order angelegt in welchem sich die Konsole (CMD / PowerShell) befinden.