diff options
author | tlatorre <tlatorre@uchicago.edu> | 2019-11-05 09:41:45 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2019-11-05 09:58:55 -0600 |
commit | 86f64fd828259760ce7003416b70769cf5ba200d (patch) | |
tree | 0bb38978e65146b5b3d8d2b911696b26e24b09f6 | |
parent | cedfeef17c0924360ad0c7fb911ac5dae6e01146 (diff) | |
download | sddm-86f64fd828259760ce7003416b70769cf5ba200d.tar.gz sddm-86f64fd828259760ce7003416b70769cf5ba200d.tar.bz2 sddm-86f64fd828259760ce7003416b70769cf5ba200d.zip |
update README to include python packages required for python scripts
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ============== |