Browse Source

Merge branch 'master' of github.com:buxx/intelligine

Bastien Sevajol 8 years ago
parent
commit
604d566885
1 changed files with 10 additions and 0 deletions
  1. 10 0
      README.md

+ 10 - 0
README.md View File

9
 * Tracker: [http://work.bux.fr/projects/intelligine/](http://work.bux.fr/projects/intelligine/)
9
 * Tracker: [http://work.bux.fr/projects/intelligine/](http://work.bux.fr/projects/intelligine/)
10
 * Forum: [http://work.bux.fr/projects/intelligine/boards](http://work.bux.fr/projects/intelligine/boards)
10
 * Forum: [http://work.bux.fr/projects/intelligine/boards](http://work.bux.fr/projects/intelligine/boards)
11
 
11
 
12
+## Install
13
+
14
+Project is not ready, but if you want to test it you will need:
15
+
16
+* python3.4+
17
+* pygame (see [here](http://www.pygame.org/wiki/CompileUbuntu#Python%203.x) for pygame python3 installation)
18
+* requirements.txt dependencies (install them with pip install -r requirements.txt)
19
+
20
+Then run ``run.py exploration`` or ``run.py all``. Keep in mind it's in developpment mode !
21
+
12
 ## Screens
22
 ## Screens
13
 
23
 
14
 ### Egg management
24
 ### Egg management