aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2019-11-05 09:41:45 -0600
committertlatorre <tlatorre@uchicago.edu>2019-11-05 09:58:55 -0600
commit86f64fd828259760ce7003416b70769cf5ba200d (patch)
tree0bb38978e65146b5b3d8d2b911696b26e24b09f6
parentcedfeef17c0924360ad0c7fb911ac5dae6e01146 (diff)
downloadsddm-86f64fd828259760ce7003416b70769cf5ba200d.tar.gz
sddm-86f64fd828259760ce7003416b70769cf5ba200d.tar.bz2
sddm-86f64fd828259760ce7003416b70769cf5ba200d.zip
update README to include python packages required for python scripts
-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
==============