title, icon, order, category, tag
| title |
icon |
order |
category |
tag |
| 安装 |
download |
1 |
使用指南 |
|
设备要求
- Windows系统版本最低
Windows10+/Windows Server 2019+
- Linux系统要支持Python3.10+,推荐
Ubuntu 20.04+/CentOS 8+(别用你那b CentOS)
- CPU: 至少
1vCPU
- 内存: Bot无其他插件会占用
100MB,其他插件占用视具体插件而定,建议1GB以上
- 硬盘: 至少
1GB空间
- GPU: 原生轻雪无需GPU,某些插件需要GPU支持,例如AI绘画之类的,具体查看插件文档
开始安装
- 安装
Git 和 Python3.10+ 环境
- 克隆项目
git clone https://github.com/snowykami/LiteyukiBot (无法连接可以用https://gitee.com/snowykami/LiteyukiBot)
- 切换目录
cd LiteyukiBot
- 安装依赖
pip install -r requirements.txt(如果多个Python环境请指定后安装pythonx -m pip install -r requirements.txt)
- 启动
python main.py