josauder / procedural_city_generation

Procedural City Generation program implemented in Python and Visualized with Blender.
Mozilla Public License 2.0
559 stars 86 forks source link

Python PIL Dependency Check #26

Open agalbachicar opened 7 years ago

agalbachicar commented 7 years ago

I've downloaded the repo and run the instructions from the readme.md file but I have some broken dependencies. Between them python-pil should be on 1.1.7 version to work, and python-pil.imagetk and python-tk should be installed.

stormsson commented 7 years ago

I think that you can replace it with a generic "Pillow" to make it work