Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RST Evaluation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Code for Analabs
RST Evaluation
Commits
f173b19b
Commit
f173b19b
authored
Sep 23, 2020
by
Michael Rudolf
Browse files
Options
Downloads
Patches
Plain Diff
Updated requirements and Installation instructions
parent
1e41b6f6
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-1
2 additions, 1 deletion
README.md
requirements.txt
+6
-6
6 additions, 6 deletions
requirements.txt
with
8 additions
and
7 deletions
README.md
+
2
−
1
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.
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
6
−
6
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment