chairemobilite / transition_qgis

MIT License
1 stars 4 forks source link

Simplify installation process by shipping pyTransition as a wheel file #40

Open davidmurray opened 4 months ago

davidmurray commented 4 months ago

See commit message below for details

The wheel file works for any os and any version of Python 3. See wheel file naming convention here: https://peps.python.org/pep-0427/#file-name-convention

davidmurray commented 4 months ago

@tahini

  1. I think those ship with QGIS by default, that's why I didn't include these ones. To check, open the QGIS console and run "import pip; pip.main(['list'])"
  2. Yes, great idea. I'm not sure how the release process works but this should be automated in that process.