/Python-world-gen

A python worldgen project

Primary LanguagePythonMIT LicenseMIT

Python-world-gen

A crazy python worldgen toy.

Allegedly, this allows the user to satisfy dependencies and run the program:

virtualenv venv -p python3 source venv/bin/activate pip install numpy Pillow scipy

If it's not working for you, try that.

Alternate solution, using the requirements.txt provided in this repository:

virtualenv venv -p python3 source venv/bin/activate pip install -r requirements.txt