我要评分
获取效率
正确性
完整性
易理解

Installing NumPy

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