Compiling and Installing Pysam
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the installation package.
tar xzvf pysam-0.15.4.tar.gz
- Go to the directory generated after the decompression.
cd pysam-0.15.4/
- Compile Pysam.
python3 setup.py build
- Install Pysam.
python3 setup.py install
Parent topic: pysam 0.15.4 Porting Guide (CentOS 7.6)