Skip to content

Instantly share code, notes, and snippets.

@vallettea
Last active July 27, 2016 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vallettea/783f31dabf1dec7bf46f5f5d210988bf to your computer and use it in GitHub Desktop.
Save vallettea/783f31dabf1dec7bf46f5f5d210988bf to your computer and use it in GitHub Desktop.
Installation koala sur windows 7 64bits

Install git

just dowload the installer here

Install prerequisits

Install python-c compiler from here and cython using:

Dowload MinGW-w64, extract it and copy is as MinGW at C:\. Definir des varibles d'environement: PATH ..;C:\MinGW\bin

http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml pip install lxml-3.6.1-cp27-cp27m-win_amd64.whl

install anaconda

conda install cython

http://docs.cython.org/en/latest/src/tutorial/appendix.html

Install koala

Navigate with the terminal to where you want to store koala source files (eg /c/Users/ants/Desktop)

cd /c/Users/ants/Desktop
git clone https://github.com/anthill/koala.git
cd koala
python setup.py build_ext --inplace

PYTHONPATH C:\Users\ants\Desktop\koala

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment