Installing Dependencies
Procedure
- Use PuTTY to log in to the server as the root user.
- Install Python.
yum install python3-devel python3-pip
- Install the dependencies.
pip3 install scipy pip3 install pandas pip3 install matplotlib
Parent topic: Configuring the Compilation Environment