Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the installation package.
tar xvf pyclone-0.13.1.tar.gz
- Go to the directory generated after the decompression.
cd pyclone-0.13.1
- Install PyClone.
python setup.py install --single-version-externally-managed --record=pyclonerecord.txt
- Perform the verification.
conda list pyclone
Information similar to the following is displayed:

- Perform the verification.
PyClone --help
Information similar to the following is displayed:

Parent topic: PyClone 0.13.1 Porting Guide (CentOS 8.2)