this post was submitted on 17 Jan 2026
45 points (97.9% liked)

Open Source

45284 readers
385 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] yogthos@lemmy.ml 3 points 1 month ago

you have to download the repo and you need python installed, in the project folder you'd run

python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt

and then you should be able to run python create_map_poster.py --city <city> --country <country> [options]