mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 04:45:27 +00:00
📝 Update deployment documentation
This commit is contained in:
parent
e3ed189096
commit
07e50dd563
@ -37,7 +37,7 @@ pip install --upgrade poetry
|
||||
|
||||
```bash
|
||||
poetry install
|
||||
playwright install chromium
|
||||
poetry run playwright install chromium
|
||||
```
|
||||
|
||||
#### 可选依赖项
|
||||
@ -57,13 +57,13 @@ cp .env.example .env
|
||||
### 4. 初始化数据库
|
||||
|
||||
```bash
|
||||
alembic upgrade head
|
||||
poetry run alembic upgrade head
|
||||
```
|
||||
|
||||
### 5. 运行
|
||||
|
||||
```bash
|
||||
python ./run.py
|
||||
poetry run python ./run.py
|
||||
```
|
||||
|
||||
## 其他说明
|
||||
|
Loading…
Reference in New Issue
Block a user