From dacfcad39d88810a6446ca17a5868c7e44d01ec5 Mon Sep 17 00:00:00 2001 From: helloplhm-qwq Date: Fri, 15 Dec 2023 21:30:01 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20poetry=E9=83=A8=E7=BD=B2=E6=95=99?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index efe7965..891603e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,25 @@ ## 部署方法 +### poetry部署 + +环境要求: Python 3.8+ +1. 安装 poetry +```bash +pip install poetry +``` + +2. 安装依赖 +```bash +poetry install +``` + +3. 启动 +```bash +poetry shell # 进入poetry环境 +python main.py # 运行项目 +``` + ### 直接部署 环境要求:Python 3.8+