mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-14 11:27:37 +08:00
first commit
This commit is contained in:
parent
df70cd7040
commit
608aa93dd1
22
README.md
22
README.md
@ -19,12 +19,32 @@
|
|||||||
|
|
||||||
## 手动安装和部署
|
## 手动安装和部署
|
||||||
|
|
||||||
1.安装Git,使用命令`git clone https://gitee.com/snowykami/liteyuki-bot` 克隆项目至本地
|
1.安装Git,使用命令`git clone https://github.com/snowykami/LiteyukiBot` 克隆项目至本地
|
||||||
|
|
||||||
2.切换到轻雪目录,使用`pip install -r r.txt`
|
2.切换到轻雪目录,使用`pip install -r r.txt`
|
||||||
|
|
||||||
3.`python main.py`!启动!
|
3.`python main.py`!启动!
|
||||||
|
|
||||||
|
## 一键部署脚本
|
||||||
|
### Windows
|
||||||
|
```bash
|
||||||
|
chcp 65001
|
||||||
|
git clone https://github.com/snowykami/LiteyukiBot
|
||||||
|
cd LiteyukiBot
|
||||||
|
pip install -r requirements.txt
|
||||||
|
echo python main.py > start.bat
|
||||||
|
echo Install finished! Please run start.bat to start the bot!
|
||||||
|
```
|
||||||
|
### Linux
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/snowykami/LiteyukiBot
|
||||||
|
cd LiteyukiBot
|
||||||
|
pip install -r requirements.txt
|
||||||
|
echo python main.py > start.sh
|
||||||
|
chmod +x start.sh
|
||||||
|
echo Install finished! Please run start.sh to start the bot!
|
||||||
|
```
|
||||||
|
|
||||||
## 注意事项
|
## 注意事项
|
||||||
|
|
||||||
1.尽可能不要去动配置文件,通过与bot交互进行配置即可,若仍然想自定义配置请在`config.yml`中修改
|
1.尽可能不要去动配置文件,通过与bot交互进行配置即可,若仍然想自定义配置请在`config.yml`中修改
|
||||||
|
@ -1,3 +1 @@
|
|||||||
|
|
||||||
nonebot2[fastapi]
|
nonebot2[fastapi]
|
||||||
watchdog==2.1.6
|
|
Loading…
Reference in New Issue
Block a user