diff --git a/developer.html b/developer.html index 917732e..6da169b 100644 --- a/developer.html +++ b/developer.html @@ -159,8 +159,8 @@
To build the TimML and TTim server application with PyInstaller, run pixi run build-backend
This creates a built PyInstaller application in ./dist/gistim
.
Then, run pixi run create-archive
to create a ZIP file of the PyInstaller application.
To test the created ZIP file, start the QGIS plugin and try to install the ZIP file via the “Install TimML and TTim server” button.
+Run pixi run zip-backend
to create a ZIP file of the PyInstaller application. Run pixi run zip-plugin
to create a ZIP file of the QGIS plugin that can be installed in QGIS.
To test the created ZIP files: Install the QGIS from the ZIP file, start the QGIS plugin and try to install the ZIP file via the “Install TimML and TTim server” button.
GitHub actions have been defined to automatically build PyInstaller applications on Windows, macOS, and Linux. These run automatically when a new tag is defined. The defined workflows will upload their files to an existing release. This means tags should only be created via the GitHub “Draft a new release” functionality, or no release will be available to upload to.
+GitHub actions have been defined to automatically build PyInstaller applications on Windows, macOS, and Linux; and to create a ZIP file of the QGIS plugin. These run automatically when a new tag is defined. The defined workflows will upload their files to an existing release. This means tags should only be created via the GitHub “Draft a new release” functionality, or no release will be available to upload to.
diff --git a/install.html b/install.html index 61bbbbe..8591a31 100644 --- a/install.html +++ b/install.html @@ -122,8 +122,8 @@
NB Due to ongoing developments new features and bug fixes might not be part of this release. Consider installation method 2.
+NB Due to ongoing developments new features and bug fixes might not be part of this release. Consider installation method B.
This will add an icon to the toolbar(s). By clicking the icon, the plugin is started.
The QGIS plugin automatically starts an extra window for the background calculation of a TIM model. This black window is called Python.exe and can be minimized or even closed after the calculation.
This will add an icon to the toolbar(s).
By clicking the icon, the plugin is started.
With the plugin installed, we can already define model input and convert it to Python scripts or JSON files. To run TimML and TTim computations directly from QGIS, we need to install a server program which contains TimML and TTim.