1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 10:47:43 +02:00

Update README.md [skip ci]

This commit is contained in:
Evgeny Posenitskiy 2023-09-09 17:21:35 +02:00 committed by GitHub
parent d011447f6f
commit dece96c541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,8 +181,7 @@ In order to install the Python API with the latest changes, follow the developer
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.**
**Note: this implies that both SWIG is installed and available.
We rely on the `pytest` package for unit testing. It can be installed via `pip install pytest`. To test the installation, run