Installing PyDP
Procedure
- Use PuTTY to log in to the server as the root user.
- Download the installation package and use an SFTP tool to upload it to the server.
Download address: https://codeload.github.com/Roth-Lab/pydp/tar.gz/refs/tags/0.2.4
- Decompress the installation package.
tar xvf pydp-0.2.4.tar.gz
- Go to the directory generated after the decompression.
cd pydp-0.2.4
- Install PyDP.
python setup.py install --single-version-externally-managed --record=pydprecord.txt
- Perform the verification.
conda list pydp
If the following information is displayed, the installation is successful:

Parent topic: Configuring the Compilation Environment