You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
**QPIP** is a QGIS plugin allowing to manage Python dependencies for other plugins.
4
4
5
-
When loading other plugins, it will check if a `requirements.txt` file exists in its directory. If so, it will verify if the dependencies are met, and display a dialog offering to install missing requirements.
5
+
When installing or loading other plugins, it will check if a `requirements.txt` file exists in its directory. If so, it will verify if the dependencies are met, and display a dialog offering to install missing requirements.
6
6
7
7
All requirements are installed in the user's profile (under `python/dependencies`), so that each user profile can have a different set of dependencies.
8
8
9
9
10
10
## Usage (end user)
11
11
12
-
Install `QPIP` through the QGIS plugin manager. Once installed, by default, dependencies will be checked automatically when activating new plugins.
12
+
Install `QPIP` through the QGIS plugin manager. Once installed, by default, dependencies will be checked automatically when installing or activating new plugins.
13
13
14
14
### Plugin menu
15
15
@@ -29,7 +29,7 @@ The main dialog shows a list of Python libraries with the following columns:
29
29
-**Installed** the version currently available on your system (system-wide python libraries are marked with `[global]`)
30
30
-**Action** the action that will be taken once you click on "OK".
31
31
32
-
You can filter the list to either show only missing/conflicting dependencies, or to include systemwide python libraries even if not directly required by a QGIS plugin. Note that you should not uninstall/upgrade systemwide python libraries unless you know what you are doing (it may require administrator privileges).
32
+
You can filter the list to either show only missing/conflicting dependencies, or to include system-wide python libraries even if not directly required by a QGIS plugin. Note that you should not uninstall/upgrade system-wide python libraries unless you know what you are doing (it may require administrator privileges).
33
33
34
34
You can also configure when QPIP should automatically check for dependencies.
35
35
@@ -70,7 +70,7 @@ pip install pre-commit
70
70
pre-commit install
71
71
```
72
72
73
-
Deployements to QGIS plugin repository are made automatically by Github workflows when tags matching `v*` are pushed.
73
+
Deployments to QGIS plugin repository are made automatically by GitHub workflows when tags matching `v*` are pushed.
0 commit comments