From cedf91332243e4d1a38de7baf17bf6bdacd03a7b Mon Sep 17 00:00:00 2001 From: bretth Date: Tue, 4 Nov 2025 11:46:10 +0100 Subject: [PATCH] Updating the readme on how to install pythermogis --- README.md | 4 ++-- docs/install/install.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17eb0f8..2a4079b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Because of this dependency you need to Install a Java 17 VM and store the Thermo This package requires a Java 17 VM (we recommend using [Amazon Corretto 17](https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/downloads-list.html)) and a [ThermoGIS Jar file](https://ci.tno.nl/gitlab/ags_public/pythermogis/-/blob/main/resources/thermogis_jar/thermogis-1.7.0-shaded.jar?ref_type=heads) (Version >=1.7). -*(You can find the JAR in this repository's resources folder or request it via the [ThermoGIS website](https://www.thermogis.nl/).)* +*(You can find the JAR in this repository's resources folder: /resources/thermogis_jar)* ### 2. Create Required Environment Variables @@ -65,7 +65,7 @@ pixi install ## Contributing -Contributions are welcome! Feel free to open issues or submit pull requests. +If you have questions or feature requests send them via the [thermogis contact form](https://www.thermogis.nl/contact) and state that the question is about pythermogis. --- diff --git a/docs/install/install.md b/docs/install/install.md index 42cc379..2fd0331 100644 --- a/docs/install/install.md +++ b/docs/install/install.md @@ -8,7 +8,7 @@ Because of this dependency you need to Install a Java 17 VM and store the Thermo This package requires a Java 17 VM (we recommend using [Amazon Corretto 17](https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/downloads-list.html)) and a [ThermoGIS Jar file](https://ci.tno.nl/gitlab/ags_public/pythermogis/-/blob/main/resources/thermogis_jar/thermogis-1.7.0-shaded.jar?ref_type=heads) (Version >=1.7). -*(You can find the JAR in this repository's resources folder or request it via the [ThermoGIS website](https://www.thermogis.nl/).)* +*(You can find the JAR in this repository's resources folder: /resources/thermogis_jar.)* ### 2. Create Required Environment Variables -- GitLab