Browse Source

update INSTALL howto

Bastien Sevajol 8 years ago
parent
commit
8fb25883d3
1 changed files with 16 additions and 0 deletions
  1. 16 0
      INSTALL.md

+ 16 - 0
INSTALL.md View File

@@ -36,3 +36,19 @@ Open new Cmd:
36 36
 cd intelligine
37 37
 C:\Python34\python run.py multi
38 38
 ````
39
+
40
+Linux
41
+-------------------
42
+
43
+You need python3.4+ and git. Clone the project:
44
+````
45
+git clone https://github.com/buxx/intelligine.git ant/intelligine
46
+````
47
+Install requirements:
48
+````
49
+pip install -r requirements.txt
50
+````
51
+It's ready
52
+````
53
+python run.py multi
54
+````