From c3f5f2dc12249b07efa76f059db3aacec330313a Mon Sep 17 00:00:00 2001 From: huangganggui Date: Wed, 20 Mar 2024 11:25:05 +0800 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26af219..aa6396d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ pip install -r requirements.txt python run.py ``` -to test the code. If you are using Conda, run +to test the code. + +If you are using Conda, run ```shell conda env create -f environment.yml