A minimal pixi environment providing QGIS and the latest stable AvaFrame release from PyPI.
This is intended for users who want a ready-to-use AvaFrame + QGIS setup without installing the full development version from source.
Install pixi:
curl -fsSL https://pixi.sh/install.sh | bashOr use your package manager. See the pixi installation guide for alternatives.
git clone https://github.com/avaframe/AvaFramePixiStableEnv.git
cd AvaFramePixiStableEnv
pixi run qgisInstall the OpenNHM QGis Connector plugin in QGIS (Plugins > Manage and Install Plugins) to access AvaFrame workflows from the QGIS interface.
| Environment | Contents |
|---|---|
default |
QGIS + latest stable AvaFrame |
qgis-stable |
Same as default (alias) |
To update to the latest AvaFrame release:
pixi updatenumpyis pinned to<2.0for compatibility with QGIS.- AvaFrame is installed from PyPI (
avaframepackage), not built from source. - For the full development setup, see the AvaFrame repository.