Browse Source

Update README.md

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

+ 1 - 1
README.md View File

15
 
15
 
16
 * python3.4+
16
 * python3.4+
17
 * pygame (see [here](http://www.pygame.org/wiki/CompileUbuntu#Python%203.x) for pygame python3 installation)
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
 Then run ``run.py exploration`` or ``run.py all``. Keep in mind it's in developpment mode !
20
 Then run ``run.py exploration`` or ``run.py all``. Keep in mind it's in developpment mode !
21
 
21