nonebot安装步骤

1、确认安装好python3.8及以上版本

python3 -m pip install --user pipx
python3 -m pipx ensurepath
# 重启终端
apt install python3.8-venv
pipx install nb-cli

pip 使用国内镜像源 创建或打开 ~/.pip/pip.conf

[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = https://pypi.tuna.tsinghua.edu.cn

Windows:

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

更换镜像源参考 https://www.idealx.cn/archives/pip-simple

2、nb安装一个机器人

nb create

按需选择

3、安装go-cqhttp

nb plugin install nonebot-plugin-gocqhttp

4、按需对机器人进行操作

nb