From 07e50dd5636fab2cbad7448ddc151e945f4c5b42 Mon Sep 17 00:00:00 2001 From: NaHCOx Date: Wed, 4 Jan 2023 11:16:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20deployment=20documentat?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a1ce49..8bee2a8 100644 --- a/README.md +++ b/README.md @@ -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 ``` ## 其他说明