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

Installing Cython

Procedure

Method 1

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to go to the CYTHON directory:
    cd /path/to/CYTHON
  3. Run the following command to install pip for Python 2:
    pip install cython

    Alternatively, run the following command:

    pip install -i https://pypi.tuna.tsinghua.edu.cn/simple cython

Method 2

  1. Download the Cython file from the following address:
  2. Run the following command to install Cython:
    python setup.py install
  3. Run the following command to load Cython using pip:
    pip install Cython