Mindwerks / worldengine

World generator using simulation of plates, rain shadow, erosion, etc.
MIT License
987 stars 128 forks source link

Generate venv package for Linux #84

Closed ftomassetti closed 9 years ago

ftomassetti commented 9 years ago

Basically

virtualenv venv
source venv/bin/activate
pip install requirements.txt
python setup.py install # I think?
ln -sf venv/bin/worldengine ./worldengine
psi29a commented 9 years ago

PyInstaller works for us, no need to deal with venv. https://github.com/Mindwerks/worldengine/pull/102