• ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      3
      ·
      17 hours 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]