I developed a plugin for Qgis which depends on some Python packages. On Linux and Mac, this is not really a problem because I can easily install them with the system pip
command. Windows is another story because Qgis bundles its own Python installation.
I want to distribute this plugin across the rest of our company, with minimum effort. I thought about setting up our own Qgis plugin repository, so my coworkers also get automatic updates.
But is there some automatic way to install some extra python packages in the Qgis python installation?
No comments:
Post a Comment