Skip to content

开始前的准备工作

Jonny Chang edited this page Dec 16, 2022 · 2 revisions

python环境

强烈建议您使用Conda来作为您管理版本和Python环境的工具

项目采用python环境部署,版本需要在3.10以上。

若您使用Conda工具,可通过以下命令准备python环境

# 创建环境
conda create --name LingCat python=3.10

go-cqhttp环境

项目的qq协议端采用go-cqhttp,请安装对应版本。

LingCat下载

方法一: 从 Releases 下载

前往 Releases 下载

方法二: 克隆 Git 仓库

main 分支

git clone https://github.com/NPUcraft/LingCat-bot-nb.git

安装依赖

准备好环境后需要安装依赖,有以下两种方式:

pip安装

(LingCat) cd LingCat-bot-nb
(LingCat) pip install -r requirements.txt

conda安装

(LingCat) cd LingCat-bot-nb
(LingCat) conda install --yes --file requirements.txt

以上,准备工作已完成,接下来开始配置相关文件