Loading repository data…
Loading repository data…
fr43nk / repository
create a simple map of europe with defined cities
This little script creates a png file. It contains a map of europe and highlighted cities.
Use Python venv plugin to create a virtual python environment
python -m venv .venv
Activate the environment
Linux:
source .venv/Scripts/activate
Windows:
.venv\Scripts\activate.bat
Install the necessary packages with python pip
pip install -r requirements.txt
Run the script!