Skip to content

Setup

GitHub Workflow Status GitHub

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

pip install virtualenvwrapper
  1. Create virtual environment

    mkvirtualenv cplus
    
  2. 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

 python admin.py install

Last update: October 2, 2024
Back to top