Browse Source

README: precise python in strat command

Bastien Sevajol 8 years ago
parent
commit
f8bb41a4a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md View File

@@ -17,7 +17,7 @@ Project is not ready, but if you want to test it you will need:
17 17
 * pygame (see [here](http://www.pygame.org/wiki/CompileUbuntu#Python%203.x) for pygame python3 installation)
18 18
 * requirements.txt dependencies (install them with pip install -r requirements.txt)
19 19
 
20
-Then run ``run.py exploration`` or ``run.py all``. Keep in mind it's in developpment mode !
20
+Then run ``python3.4 run.py exploration`` or ``python3.4 run.py all``. Keep in mind it's in developpment mode !
21 21
 
22 22
 ## Screens
23 23