websoft9/appmanage/docs/administrator.md

18 lines
206 B
Markdown
Raw Normal View History

2023-02-22 08:58:06 +08:00
# Administrator 管理手册
## 环境
### 安装组件
1. python环境
确保安装python3.6+
2023-02-22 09:05:24 +08:00
2. python的pip包fastapi,uvicorn[standard],gunicorn
```
pip install -r requirements.txt
```
2023-02-22 08:58:06 +08:00
### 启动