Installation#
As a stand-alone executable#
Download the latest release from GitHub Release:
Make sure that it’s executable (typically on Linux:
chmod u+x ./QGISDeploymentToolbelt_XXXXXX
)Elaborate your scenario (or grab the sample from the repository)
Run it:
from your favorite shell if you like the CLI - see the relevant section
store your scenario as
scenario.qdt.yml
in the same folder and double-click on the executable
As a Python package#
The package is installable with pip:
pip install qgis-deployment-toolbelt
It’s then available as a CLI: see the relevant section