1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-11-03 20:54:07 +01:00

Fixes for the Python API

This commit is contained in:
q-posev 2022-06-03 09:46:23 +02:00
parent 53a408953d
commit d8cc5dc790
2 changed files with 7 additions and 6 deletions

View File

@ -63,7 +63,7 @@ The aforementioned instructions rely on [Autotools](https://www.gnu.org/software
## Installation procedure for conda users
The official releases (tarballs) of TREXIO `>2.0.0` are also available via the `conda-forge` channel.
The official releases of TREXIO `>2.0.0` are also available via the `conda-forge` channel.
The pre-compiled stable binaries of `trexio` can be installed as follows:
```

View File

@ -3,6 +3,7 @@ include src/trexio*.h
include examples/notebooks/*
include examples/README.md
include requirements.txt tools/set_NUMPY_INCLUDEDIR.sh
include test/benzene_data.py
exclude examples/LICENSE
exclude examples/requirements.txt