Rate This Document
Findability
Accuracy
Completeness
Readability

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