Skip to content

Commit eab235f

Browse files
authored
Update README.md, remove the (hopefully) loads first
Since qgis/QGIS#44906, all dependent plugins will be loaded after their dependencies.
1 parent b45bf5a commit eab235f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ QPIP handles each plugin independently. If two plugins have incomptabile require
5050

5151
## How it works internally
5252

53-
- QPIP is installed under the `a00_qpip` directory, so that it (hopefully) loads first
53+
- QPIP is installed under the `a00_qpip` directory and it will load before any dependent plugin
5454
- `USERPROFILE/python/dependencies/Lib/site-packages` is added to sys.path
5555
- `USERPROFILE/python/dependencies/Scripts` is added to the PATH
5656
- `qgis.utils.loadPlugin` is monkeypatched, injecting code that checks requirements in `requirements.txt` using `pkg_resources`

0 commit comments

Comments
 (0)