Browse Source

remove install notes

Bastien Sevajol 8 years ago
parent
commit
a5bbb1b1fe
1 changed files with 1 additions and 54 deletions
  1. 1 54
      INSTALL.md

+ 1 - 54
INSTALL.md View File

@@ -1,54 +1 @@
1
-INSTALL
2
-=====================
3
-
4
-Windows
5
---------------------
6
-
7
-(dirty tmp howto)
8
-
9
-Install python 3.4+: https://www.python.org/downloads/
10
-Install Git: http://git-scm.com/download/win
11
-
12
-Execute command 
13
-````
14
-C:\Python34\python -m pip install pytmx
15
-````
16
-Install pygame for python3.4: Download pygame‑1.9.2a0‑cp34‑none‑win32.whl on http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
17
-
18
-Execute command 
19
-````
20
-C:\Python34\python -m pip install "Downloads\pygame-1.9.2a0-cp34-none-win32.whl"
21
-````
22
-Launch Git Bash program and execute command
23
-````
24
-git clone https://github.com/buxx/intelligine.git ant/intelligine
25
-````
26
-
27
-Open Cmd and execute commands 
28
-````
29
-cd intelligine
30
-git clone https://github.com/buxx/synergine.git
31
-git clone https://github.com/buxx/synergine_xyz.git
32
-````
33
-
34
-Open new Cmd:
35
-````
36
-cd intelligine
37
-C:\Python34\python run.py multi
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
-````
1
+Soon ...