From eab235fccd2eb5ef3d82777e2bdf9b1d1464d7f8 Mon Sep 17 00:00:00 2001 From: Germap Date: Thu, 8 Aug 2024 17:51:13 -0500 Subject: [PATCH] Update README.md, remove the (hopefully) loads first Since https://github.com/qgis/QGIS/pull/44906, all dependent plugins will be loaded after their dependencies. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b721546..5ccff8c 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ QPIP handles each plugin independently. If two plugins have incomptabile require ## How it works internally -- 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 - `USERPROFILE/python/dependencies/Lib/site-packages` is added to sys.path - `USERPROFILE/python/dependencies/Scripts` is added to the PATH - `qgis.utils.loadPlugin` is monkeypatched, injecting code that checks requirements in `requirements.txt` using `pkg_resources`