---
title: 编译和安装
description: "1. 使用PuTTY工具，以root用户登录服务器。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpcindapp/prtg-osc/kunpengpanphlan_02_0006.html
sourcePath: /source/zh/kunpenghpcs/hpcindapp/prtg-osc/kunpengpanphlan_02_0006.html
indexId: 35a4c032354fa09776dff911e16bed6600326aa51215f383b5fcb14b96966da870
---
# 编译和安装

#### 操作步骤

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

```
pip3 install numpy
pip3 install scipy
pip3 install pandas
```


3. 执行以下命令进入主程序安装目录。

```
cd
/path/to/panphlan
```


4. 执行以下命令解压安装包。

```
tar -zxvf panphlan-3.1.tar.gz
```
