Installing the Cython Package
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the installation package.
tar xzvf Cython-0.29.19.tar.gz
- Go to the directory generated after the decompression.
cd Cython-0.29.19/
- Compile Cython.
python3 setup.py build
- Install Cython.
python3 setup.py install
Parent topic: Configuring the Compilation Environment