QGIS Plugin installation#

To use DigiAgriApp plugin you need to have installed QGIS, we suggest to use always the last QGIS LTR version

QGIS plugin manager#

To install DigiAgriApp QGIS Plugin on your QGIS instance you need to go in Plugins -> Manage and Install plugins and search for DigiAgriApp and a installable plugin will appear.

Gitlab#

To install the latest version, the development one, you need to download the version from the Gitlab repository. You can choose cloning the repository or downloading it as zip file; let’s see how to do.

Cloning repository#

This solution is the best one specially if you want to contribute to the plugin. You need to have git installed on your computer

git clone https://gitlab.com/digiagriapp/digiagriapp-qgis-plugin.git

At this point you need to create a symbolic link between the folder create by previous command and the folder where the plugins are installed.

From the folder where you have cloned the repository, on Unix you can run

ln -s digiagriapp-qgis-plugin ~/.local/share/QGIS/QGIS3/profiles/default/python/

The last step is to enable the plugin: start QGIS, go to Plugins -> Manage and Install plugins look for DigiAgriApp and enable it clicking on the checkbox.

Downloading ZIP file#

This way is simpler the previous one and not require git, but it not permit to be able to contribute in a simpler way to the source code.

First download the source code in ZIP file from Gitlab using this link (it download the last version in the main git branch)

Now you have to install the plugin from QGIS, go to Plugins -> Manage and Install plugins -> Install from ZIP select the ZIP file just downloaded and finally click on Install Plugin button.