From 3b736469cbdac5295468930868e7b4e23133d11a Mon Sep 17 00:00:00 2001 From: qux-bbb <1147635419@qq.com> Date: Fri, 15 Sep 2023 22:28:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E9=9C=80=E8=A6=81=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E5=9F=BA=E6=9C=AC=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89f065d..2489265 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ python setup.py develop ```r # windws使用虚拟环境: .\venv\Scripts\activate # linux使用虚拟环境: source venv/bin/activate +pip install -r requirements.txt pip install -r requirements.my.txt pytest python setup.py sdist bdist_wheel