Below command line functions shows how to install it on Centos 7.
STEP 1. Install Python, PIP and Pythonassociated components
| Code Block |
|---|
sudo yum -y install epel-release sudo yum -y install gcc gcc-c++ python-pip python-devel atlas atlas-devel gcc-gfortran openssl-devel libffi-devel |
...