mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08:00
15 lines
460 B
Markdown
15 lines
460 B
Markdown
|
---
|
||
|
title: 安装
|
||
|
icon: object-group
|
||
|
order: 1
|
||
|
category: 使用指南
|
||
|
tag:
|
||
|
- 安装
|
||
|
---
|
||
|
|
||
|
1. 安装 `Git` 和 `Python3.10+` 环境
|
||
|
2. 克隆项目 `git clone https://github.com/snowykami/LiteyukiBot` (无法连接可以用`https://gitee.com/snowykami/LiteyukiBot`)
|
||
|
3. 切换目录`cd LiteyukiBot`
|
||
|
4. 安装依赖`pip install -r requirements.txt`(如果多个Python环境请指定后安装`pythonx -m pip install -r requirements.txt`)
|
||
|
5. 启动`python main.py`
|