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

Installing PyDP

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. 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

  3. Decompress the installation package.
    tar xvf pydp-0.2.4.tar.gz
  4. Go to the directory generated after the decompression.
    cd pydp-0.2.4
  5. Install PyDP.
    python setup.py install --single-version-externally-managed --record=pydprecord.txt
  6. Perform the verification.
    conda list pydp

    If the following information is displayed, the installation is successful: