TNO Intern

Commit 91f3490f authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Updating the README.md

parent 852784e5
Loading
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -18,6 +18,21 @@ PyThermoGIS has been designed to be used as a python package you import into you
It works by creating a python API access to the ThermoGIS techno-economic application, which is written in Java. 
Because of this dependency you need to Install a Java 17 VM and store the ThermoGIS Jar (a Java executable file) on your computer:

## Installing pydoubletcalc

[pydoubletcalc](https://ci.tno.nl/gitlab/AGS/Geothermal/thermogis/pydoubletcalc) is the python backend we are writing to replace the java backend for pythermogis.

It is not yet public, until then you can install the latest version of the code using the following command:

```bash
pixi run pip install pydoubletcalc --index-url https://token_name:token_password@ci.tno.nl/gitlab/api/v4/projects/19719/packages/pypi/simple
```
replace token_name and token_password with the credentials from a Personal Access Token, with read access.
(If you don't have a PAT then: Login to gitlab > preferences > Access Tokens)

To update pydoubletcalc you will first need to uninstall it and then reinstall using the above method.


## Installing pydoubletcalc locally

```bash
+1 −1
Original line number Diff line number Diff line
@@ -4765,7 +4765,7 @@ packages:
- pypi: C:/work/projects/pydoubletcalc
  name: pydoubletcalc
  version: 0.0.1
  sha256: af6852e94daff598f382da9a04e74eb8649592424d163653d66a833bc140c065
  sha256: 1b87a6c98d8a21914c58ea91edf0a8a2d4b833b55a4fd1f82147e06b3eb9d6c3
  requires_dist:
  - pandas
  - matplotlib