Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.55 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.55 KB

Sample plugin for QGIS Plugin Development course

tests codecov.io release

GPLv2 license Ruff pre-commit

Development

Create a virtual environment with the following command:

python create_qgis_venv.py

For more detailed development instructions see development.

VsCode setup

On VS Code use the workspace sample-plugin.code-workspace. The workspace contains all the settings and extensions needed for development.

Select the Python interpreter with Command Palette (Ctrl+Shift+P). Select Python: Select Interpreter and choose the one with the path .venv\Scripts\python.exe.

License

This plugin is distributed under the terms of the GNU General Public License, version 2 license.

See LICENSE for more information.