ソースを参照

Update README.md

Bastien Sevajol 8 年 前
コミット
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