TNO Intern

Commit 057a50a6 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

fixing the logo and the .env image in the README.md

parent 6e57460e
Loading
Loading
Loading
Loading
Loading
−42.2 KiB
Loading image diff...
+6 −2
Original line number Diff line number Diff line
@@ -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:
![img.png](../images/dotenv_file_example.png)
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