Loading docs/images/dotenv_file_example.pngdeleted 100644 → 0 −42.2 KiB Loading image diff... docs/install/install.md +6 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,12 @@ This file should contain the following variables: - `THERMOGIS_JAR`: Path to the ThermoGIS `.jar` file; __including__ the name of the jar file *(e.g. `/path/to/the/thermogis-1.7.0-shaded.jar`)* Example:  Example .env contents: ``` THERMOGIS_JAR = /path/to/the/thermogis-1.7.0-shaded.jar JAVA_HOME = C:\Program Files \Amazon Corretto\jdk17.0.0_0 ``` ### 3. Import pythermogis into your own python projects Loading Loading
docs/install/install.md +6 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,12 @@ This file should contain the following variables: - `THERMOGIS_JAR`: Path to the ThermoGIS `.jar` file; __including__ the name of the jar file *(e.g. `/path/to/the/thermogis-1.7.0-shaded.jar`)* Example:  Example .env contents: ``` THERMOGIS_JAR = /path/to/the/thermogis-1.7.0-shaded.jar JAVA_HOME = C:\Program Files \Amazon Corretto\jdk17.0.0_0 ``` ### 3. Import pythermogis into your own python projects Loading