diff --git a/README.md b/README.md index 5c6fa5423baba9d05443489ff53eaadbec585d64..376dbe19a2c380b5867549e24bbaf19f89c26e0a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ The variables are found in lines 5-8. ## Python 1. After starting the Project in Godot you can run your own Python programm or the example progamm (main_test) from the files - 1. Press "Windows"-Key + "R" and type "cmd" + 1. Open the command-console 2. Type "cd (your rootfolder)/" 3. To run the example code type "python main_test.py" ___