Created
October 14, 2012 11:51
-
-
Save rhizoome/3888338 to your computer and use it in GitHub Desktop.
Installing inspyred on python3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/rkruppe/paver.git | |
cd paver/ | |
git checkout python3 | |
cd .. | |
pip-3.2 install inspyred | |
cd build/inspyred | |
cp ../../paver/paver-minilib.zip . | |
python3 setup.py install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment