소스 검색

README: precise python in strat command

Bastien Sevajol 9 년 전
부모
커밋
f8bb41a4a0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md 파일 보기

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