> For the complete documentation index, see [llms.txt](https://xinsis-organization.gitbook.io/qpdbot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xinsis-organization.gitbook.io/qpdbot/qi-bu/an-zhuang.md).

# 安装

## Docker安装

你需要在你的服务器上新建一个目录，用于存放配置文件。

```sh
docker run --name=QPDBot -d -v /path/to/config:/app/config rjxinsi/qpdbot:latest
```

## 源码执行

{% hint style="info" %}
**注意：**&#x70;ython版本需要大于3.10
{% endhint %}

```sh
# 第一步：
git clone https://github.com/rimdl/QPDBot.git
# 第二步：
cd QPDBot
# 第三步：
pip install -r requirements.txt
# 第四步，修改config文件
# 第五步：
python main.py
```
