Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
remove install notes
Browse files Browse the repository at this point in the history
  • Loading branch information
buxx committed Aug 13, 2015
1 parent ad7ef0c commit a5bbb1b
Showing 1 changed file with 1 addition and 54 deletions.
55 changes: 1 addition & 54 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,54 +1 @@
INSTALL
=====================

Windows
--------------------

(dirty tmp howto)

Install python 3.4+: https://www.python.org/downloads/
Install Git: http://git-scm.com/download/win

Execute command
````
C:\Python34\python -m pip install pytmx
````
Install pygame for python3.4: Download pygame‑1.9.2a0‑cp34‑none‑win32.whl on http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame

Execute command
````
C:\Python34\python -m pip install "Downloads\pygame-1.9.2a0-cp34-none-win32.whl"
````
Launch Git Bash program and execute command
````
git clone https://github.com/buxx/intelligine.git ant/intelligine
````

Open Cmd and execute commands
````
cd intelligine
git clone https://github.com/buxx/synergine.git
git clone https://github.com/buxx/synergine_xyz.git
````

Open new Cmd:
````
cd intelligine
C:\Python34\python run.py multi
````

Linux
-------------------

You need python3.4+ and git. Clone the project:
````
git clone https://github.com/buxx/intelligine.git ant/intelligine
````
Install requirements:
````
pip install -r requirements.txt
````
It's ready
````
python run.py multi
````
Soon ...

0 comments on commit a5bbb1b

Please sign in to comment.