当前位置: 首页 > 工具软件 > RC24-Bot > 使用案例 >

Python环境搭建(bot-server)

龚凌
2023-12-01

Python开发Bot环境搭建

一、镜像源

阿里云

http://mirrors.aliyun.com/pypi/simple/

清华源

https://pypi.tuna.tsinghua.edu.cn/simple

豆瓣

http://pypi.douban.com/simple/

中国科技大学

http://pypi.mirrors.ustc.edu.cn/simple/

二、全局设置pip源

pip config set global.index-url http://pypi.douban.com/simple/

pip config set install.trusted-host pypi.douban.com

三、(拓展) go-cqhttp

go-cqhttp用于搭建QQ-bot
版本: v1.0.0-rc3
系统: windows\linux

https://github.com/Mrs4s/go-cqhttp/releases

四、(开发)Nonebot2

待补充…

五、(开发)fastapi+Vue3搭建前后端

fastapi学习推荐:

 类似资料: