Added "Compile binary property database" step in the Developer Guide in the Readme

This commit is contained in:
Nicolas Kruse 2025-06-02 16:52:33 +02:00
parent ab87df8b83
commit 278ce9ee20
1 changed files with 7 additions and 0 deletions

View File

@ -218,6 +218,13 @@ in the current directory:
pip install -e .[dev] pip install -e .[dev]
``` ```
Compile binary property database from text based files:
```bash
python thermo_data/combine_data.py thermo_data/combined_data.yaml thermo_data/nasa9*.yaml thermo_data/nasa9*.xml
python thermo_data/compile_to_bin.py thermo_data/combined_data.yaml src/gaspype/data/therm_data.bin
```
Ensure that everything is set up correctly by running the tests: Ensure that everything is set up correctly by running the tests:
```bash ```bash