diff options
-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 ============== |