We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b45bf5a + eab235f commit b14b4caCopy full SHA for b14b4ca
README.md
@@ -50,7 +50,7 @@ QPIP handles each plugin independently. If two plugins have incomptabile require
50
51
## How it works internally
52
53
-- QPIP is installed under the `a00_qpip` directory, so that it (hopefully) loads first
+- QPIP is installed under the `a00_qpip` directory and it will load before any dependent plugin
54
- `USERPROFILE/python/dependencies/Lib/site-packages` is added to sys.path
55
- `USERPROFILE/python/dependencies/Scripts` is added to the PATH
56
- `qgis.utils.loadPlugin` is monkeypatched, injecting code that checks requirements in `requirements.txt` using `pkg_resources`
0 commit comments