-
-
Notifications
You must be signed in to change notification settings - Fork 116
Development
gena edited this page Jan 7, 2021
·
2 revisions
This section is for developers-only.
The ee_plugin uses paver for packaging. If you do not have paver (https://github.com/paver/paver) installed, install it by typing the following in a console:
pip install paver
Open a console in the folder created in the first step, and type
paver setup
This will get all the dependencies needed by the plugin.
Install into QGIS by running
paver install
This should create a symbolic link to the plugin directory wihin the QGIS plugins deployment directory. Check Settings > User Profiles > Open Active Profile Folder, and then go to python/plugins. To reload any changes made in the plugin into Qgis, it is recommended to use the plugin reloader.
To generate the installable zip package
paver package
- Ujaval Gandhi - QGIS Plugin Builder
- JetBrains - PyCharm