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

#### 操作步骤

1. 使用PuTTY工具，以root用户登录服务器。
2. 执行以下命令激活Anaconda环境。

```
conda activate mugsy
```


3. 执行以下命令进行安装。

```
conda install -c bioconda mugsy
```
