---
title: 安装依赖
description: "1. 使用PuTTY工具，以root用户登录服务器。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpcindapp/prtg-osc/kunpengpbsuite_02_0007.html
sourcePath: /source/zh/kunpenghpcs/hpcindapp/prtg-osc/kunpengpbsuite_02_0007.html
indexId: 48658e485c681cbf82957572038ec8b56bdd45725efb8c6d0cb0d154223a03fd69
---
# 安装依赖

#### 操作步骤

1. 使用PuTTY工具，以root用户登录服务器。
2. 执行以下命令使用pip安装相关依赖。

```
pip install intervaltree==2.1.0
pip install intervaltree-bio==1.0.1
pip install networkx==1.1
pip install numpy==1.16.6
pip install PyIntervalTree==0.5
pip install pysam==0.8.0
pip install PyVCF==0.6.8
```
