pyjaco
pyjaco copied to clipboard
pyjaco installation
When using the zip file from the githup site the installation fails with
Traceback (most recent call last):
File "pyjaco/setup.py", line 8, in
this happens for both installing "standard" way or via virtualenv pip install pyjaco or python setup.py install
when cloning from github site installation works fine standard and virtualenv
testet with ubuntu 12.04
change version = get_version() to version = "1.0.0",