Installing NumPy
- Run the following command to obtain the NumPy source code:
wget https://files.pythonhosted.org/packages/b7/6f/24647f014eef9b67a24adfcbcd4f4928349b4a0f8393b3d7fe648d4d2de3/numpy-1.16.6.zip
- Run the following command to decompress the installation package:
unzip numpy-1.16.6.zip
- Run the following command to go to the directory generated after the decompression:
cd numpy-1.16.6
- Run the following command to install the program:
python setup.py install
Parent topic: Configuring the Compilation Environment