Skip to content

Commit

Permalink
Update README.md, remove the (hopefully) loads first
Browse files Browse the repository at this point in the history
Since qgis/QGIS#44906, all dependent plugins will be loaded after their dependencies.
  • Loading branch information
gacarrillor authored Aug 8, 2024
1 parent b45bf5a commit eab235f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit eab235f

Please sign in to comment.