TNO Intern

Commit bbfa196c authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Updating the readme on how to install pythermogis

parent b129494a
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ This package requires a Java 17 VM (we recommend using [Amazon Corretto 17](http

---

### Import pyThermoGIS into your own python projects
### 2a) Import pyThermoGIS into your own python projects

```
pip install pythermogis --index-url https://ci.tno.nl/gitlab/api/v4/projects/18271/packages/pypi/simple
@@ -40,12 +40,12 @@ pip install pythermogis --index-url https://ci.tno.nl/gitlab/api/v4/projects/182

---

### Installation from source
### 2b) Installation from source

Clone and install from source with Pixi:

```bash
git clone https://gitlab.com/your-repo/pythermogis.git
git clone git@ci.tno.nl:ags_public/pythermogis.git
cd pythermogis
pixi install
```