Installation¶
oQtopus can be installed either as a QGIS plugin or as a standalone Python application.
QGIS Plugin¶
Prerequisites¶
Windows
On Windows, the QGIS installation does not ship all required Python libraries. Open the OSGeo4W Shell and run:
Make sure the following Python packages are available in your QGIS environment:
psycopg(PostgreSQL driver)pydanticpumpirogue
Install the plugin¶
- Open QGIS ≥ 3.40 (LTR).
- Go to Extensions → Manage and Install Plugins → Settings and enable experimental plugins.
- Search for oQtopus and click Install.
Standalone Application¶
Install¶
Run¶
Note
In standalone mode the path to default_config.yaml is resolved from the
installed package directory. To add custom modules, locate the file inside the
pip installation and edit it (see Adding Modules).