소스 검색

Update README.md

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

+ 1 - 1
README.md 파일 보기

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