From 86f64fd828259760ce7003416b70769cf5ba200d Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 5 Nov 2019 09:41:45 -0600 Subject: update README to include python packages required for python scripts --- README | 6 ++++++ 1 file changed, 6 insertions(+) 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 ============== -- cgit