Skip to content
Snippets Groups Projects
Commit f173b19b authored by Michael Rudolf's avatar Michael Rudolf
Browse files

Updated requirements and Installation instructions

parent 1e41b6f6
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ Python 3.8.x, but because of the relatively simple nature of this software it
should also work with most older versions. Furthermore it uses the additional
modules summarized in
[requirements.txt](https://gitext.gfz-potsdam.de/analab-code/rst-evaluation/blob/master/requirements.txt)
which are installed using `pip` by calling `python3 -m pip install -r requirements.txt`.
which are installed using `pip` by calling `python3 -m pip install -r requirements.txt --no-cache --use-binary=:all:`.
If you are using Windows you need to call: `python -m pip install -r requirements.txt --no-cache --use-binary=:all:`.
To install this software simply download and extract, or git clone, it into
your destination folder.
......
scipy==1.3.1
npTDMS==0.15.1
numpy==1.17.1
pandas==0.25.1
matplotlib==3.1.1
h5py==2.9.0
scipy
npTDMS
numpy
pandas
matplotlib
h5py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment