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

add requirements file with packages needed for a proper setup

This commit is contained in:
q-posev 2021-09-07 17:32:23 +02:00
parent e72fbb4645
commit f24a274c4d
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ H5_LDFLAGS_LOCAL=$2
# Install/upgrade packages required for the installation
python3 -m pip install --upgrade setuptools wheel twine
python3 -m pip install -r requirements.txt
# Create build directory and compile extension files (*.c)
# --no-user-cfg disables custom .cfg files of the user machine, so that only setup.cfg is used

2
python/requirements.txt Normal file
View File

@ -0,0 +1,2 @@
pkgconfig
numpy