AliFlux / MapTilesDownloader

A super easy to use map tiles downloader built using Python
MIT License
427 stars 125 forks source link

New to python, how do I run this exactly? #28

Open johhansantana opened 2 years ago

johhansantana commented 2 years ago

I've cloned the repo and tried to run: python3 ./src/server.py

but got a ModuleNotFoundError: No module named 'PIL'

error.

Do I need to install packages like in the javascript world?

jlyonsmith commented 1 year ago
cd src
pip3 install Pillow
python3 server.py