Skip to content

Commit

Permalink
Merge pull request #11 from gacarrillor/patch-1
Browse files Browse the repository at this point in the history
Update README.md, remove the (hopefully) loads first
  • Loading branch information
m-kuhn authored Aug 21, 2024
2 parents b45bf5a + eab235f commit b14b4ca
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 b14b4ca

Please sign in to comment.