1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-08-24 22:21:43 +02:00

Add python-install description to README

This commit is contained in:
q-posev 2022-04-29 12:52:05 +02:00
parent 9bbfc34ee5
commit e37e950d85

View File

@ -120,6 +120,18 @@ These quantities can be accessed using the corresponding `trexio_[has|read|write
For more details regarding the installation and usage of the TREXIO Python API,
see [this page](python/README.md).
The aforementioned instructions are adapted for users installing from the source code distribution (periodically updated).
In order to install the Python API with the latest changes, follow the developer installation guide and run the following command in the end
```
make python-install
```
**Note: this implies that both HDF5 and SWIG are installed and available.
At the moment, it is not possible to configure the Python API without HDF5 library.**
We highly recommend to use virtual environments to avoid compatibility issues and to improve reproducibility.
## Tutorial