Setup
To use the plugin for development purposes, clone the repository locally, install pip, a python dependencies management tool see https://pypi.org/project/pip/
Create virtual environment
Using any python virtual environment manager create project environment. Recommending to use virtualenv-wrapper.
It can be installed using python pip
-
Create virtual environment
-
Using the pip, install plugin development dependencies by running
pip install -r requirements-dev.txt
To install the plugin into the QGIS application, activate virtual environment and then use the below command
Last update:
November 25, 2024