Bläddra i källkod

update INSTALL howto

Bastien Sevajol 9 år sedan
förälder
incheckning
8fb25883d3
1 ändrade filer med 16 tillägg och 0 borttagningar
  1. 16 0
      INSTALL.md

+ 16 - 0
INSTALL.md Visa fil

@@ -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
+````