- python (version 2.6 - 2.7)
-
git clone https://github.com/tsoporan/km-api.git km-api
-
cd km-api && source env/bin/activate
-
python api.py
If it requires virtualenv, that's a sudo easy_install virtualenv
or sudo pip install virtualenv
If it requires any other packages they should be all in requirements.txt and installable with: pip install -r requirements.txt
once sourced in the env