Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the main program installation directory.
    cd /path/to/cutadapt
  3. Perform the installation.
    pip3 install cutadapt==4.1

    If the installation fails due to network problems, run the following command to install it:

    pip3 install cutadapt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com

    Information similar to the following is displayed: