Ver código fonte

update INSTALL howto

Bastien Sevajol 9 anos atrás
pai
commit
8fb25883d3
1 arquivos alterados com 16 adições e 0 exclusões
  1. 16 0
      INSTALL.md

+ 16 - 0
INSTALL.md Ver arquivo

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