Rate This Document
Findability
Accuracy
Completeness
Readability

Installing Dependencies

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Install Python.
    yum install python3-devel python3-pip
  3. Install the dependencies.
    pip3 install scipy
    pip3 install pandas
    pip3 install matplotlib