Skip to content

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

Random Links

Clone this wiki locally