|
@@ -19,34 +19,20 @@ Execute command
|
19
|
19
|
````
|
20
|
20
|
C:\Python34\python -m pip install "Downloads\pygame-1.9.2a0-cp34-none-win32.whl"
|
21
|
21
|
````
|
22
|
|
-Launch Git Bash program and execute command
|
23
|
|
-````
|
24
|
|
-mkdir ant
|
25
|
|
-````
|
26
|
|
-
|
27
|
|
-Execute command
|
28
|
|
-````
|
29
|
|
-git clone https://github.com/buxx/synergine.git ant/synergine
|
30
|
|
-````
|
31
|
|
-
|
32
|
|
-Execute command
|
|
22
|
+Launch Git Bash program and execute command
|
33
|
23
|
````
|
34
|
24
|
git clone https://github.com/buxx/intelligine.git ant/intelligine
|
35
|
25
|
````
|
36
|
26
|
|
37
|
27
|
Open Cmd and execute commands
|
38
|
28
|
````
|
39
|
|
-cd ant\intelligine\modules
|
40
|
|
-del synergine
|
41
|
|
-del xyzworld
|
42
|
|
-del xyworld
|
43
|
|
-mklink /j synergine ..\..\synergine\synergine
|
44
|
|
-mklink /j xyzworld ..\..\synergine\modules\xyzworld
|
45
|
|
-mklink /j xyworld ..\..\synergine\modules\xyworld
|
|
29
|
+cd intelligine
|
|
30
|
+git clone https://github.com/buxx/synergine.git
|
|
31
|
+git clone https://github.com/buxx/synergine_xyz.git
|
46
|
32
|
````
|
47
|
33
|
|
48
|
34
|
Open new Cmd:
|
49
|
35
|
````
|
50
|
|
-cd ant\intelligine
|
51
|
|
-C:\Python34\python run.py
|
|
36
|
+cd intelligine
|
|
37
|
+C:\Python34\python run.py multi
|
52
|
38
|
````
|