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

Installing the Cython Package

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the installation package.
    tar xzvf Cython-0.29.19.tar.gz
  3. Go to the directory generated after the decompression.
    cd Cython-0.29.19/
  4. Compile Cython.
    python3 setup.py build
  5. Install Cython.
    python3 setup.py install