aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index f068b49..76cfb88 100644
--- a/README
+++ b/README
@@ -18,6 +18,12 @@ with:
$ yum install plotutils gnuplot
+In addition, the python scripts require numpy, scipy, yaml, h5py, matplotlib,
+pandas, and nlopt which can be installed with the following command on Fedora
+27:
+
+ $ yum install python2-numpy python2-scipy PyYAML python2-h5py python2-matplotlib python2-pandas python-NLopt
+
Installing GSL
==============