mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 18:30:23 +08:00
18 lines
206 B
Markdown
18 lines
206 B
Markdown
# Administrator 管理手册
|
|
|
|
## 环境
|
|
|
|
### 安装组件
|
|
|
|
1. python环境
|
|
确保安装python3.6+
|
|
|
|
2. python的pip包fastapi,uvicorn[standard],gunicorn
|
|
|
|
```
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
### 启动
|
|
|