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:
parent
e72fbb4645
commit
f24a274c4d
@ -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
2
python/requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
pkgconfig
|
||||
numpy
|
Loading…
Reference in New Issue
Block a user