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

@ -34,7 +34,7 @@ TREX library for efficient I/O.
- python3 (>= 3.6) - python3 (>= 3.6)
- Emacs (>= 26.0) - Emacs (>= 26.0)
- SWIG (>= 4.0) [required for the Python API] - SWIG (>= 4.0) [required for the Python API]
## Installation procedure from the GitHub repo clone (for developers): ## Installation procedure from the GitHub repo clone (for developers):
@ -63,7 +63,7 @@ The aforementioned instructions rely on [Autotools](https://www.gnu.org/software
## Installation procedure for conda users ## 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: The pre-compiled stable binaries of `trexio` can be installed as follows:
``` ```

View File

@ -1,8 +1,9 @@
include src/*.c include src/*.c
include src/trexio*.h include src/trexio*.h
include examples/notebooks/* include examples/notebooks/*
include examples/README.md include examples/README.md
include requirements.txt tools/set_NUMPY_INCLUDEDIR.sh include requirements.txt tools/set_NUMPY_INCLUDEDIR.sh
include test/benzene_data.py
exclude examples/LICENSE exclude examples/LICENSE
exclude examples/requirements.txt exclude examples/requirements.txt