Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Code for Analabs
RST Evaluation
Commits
f173b19b
Commit
f173b19b
authored
Sep 23, 2020
by
Michael Rudolf
Browse files
Updated requirements and Installation instructions
parent
1e41b6f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f173b19b
...
...
@@ -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.
...
...
requirements.txt
View file @
f173b19b
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment