clusterpy / clusterpy_qgis_plugin

Clusterpy as a plugin for QGIS
3 stars 3 forks source link

How to load the plugin. #23

Closed sergiobuj closed 10 years ago

sergiobuj commented 10 years ago

The preferred way should be to install the plugin from the QGIS plugin repository, but for testing and sharing purposes, it would be good to have a way of just giving a zip file with the plugin.

sergiobuj commented 10 years ago

The way to achieve this is by making sure that the Makefile is updated with all the created files and that the directories are being copied to the release. Then, running make zip will leave a zip file with the plugin (if all went fine). You can unzip the contents into the QGIS plugins directory (~/qgis2/python/plugins) and reload the plugins.