mirror of
https://github.com/qgis/QGIS.git
synced 2025-08-11 00:03:56 -04:00
Updated Plugin migration to QGIS 3 (markdown)
parent
73ae0d3fde
commit
12f751a76f
@ -6,6 +6,9 @@ In QGIS 3, GeoPackage is much more present. Avoid creating shapefile in your plu
|
|||||||
|
|
||||||
Note that you can easily provide one version for QGIS 2 and QGIS 3 at the same time. Fill you metadata.txt correctly with `qgisMinimumVersion` and `qgisMaximumVersion`. The plugin manager will ship automatically the highest version according to the QGIS version.
|
Note that you can easily provide one version for QGIS 2 and QGIS 3 at the same time. Fill you metadata.txt correctly with `qgisMinimumVersion` and `qgisMaximumVersion`. The plugin manager will ship automatically the highest version according to the QGIS version.
|
||||||
|
|
||||||
|
## Plugin location
|
||||||
|
While in QGIS 2, plugins where located in your home directory in a `.qgis2/python/plugins`. In QGIS 3, this folder is now in a specific QGIS profile. You can find this folder by going to `Settings` -> `User profiles` -> `Open Active Profile folder`. You will find `python/plugins`.
|
||||||
|
|
||||||
## Minimal info
|
## Minimal info
|
||||||
|
|
||||||
- `pip install future`
|
- `pip install future`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user