From 8408328d50f933b2c8fb5168f8c4169c30cfe9b3 Mon Sep 17 00:00:00 2001 From: LIU ZHANWEI <50036800+Zhanwei-Liu@users.noreply.github.com> Date: Sat, 14 Sep 2024 09:58:30 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 03574f0..ae5bf45 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ This section includes a brief tutorial on running your first PREP-SHOT model. ```bash cd PREP-SHOT + conda create -n prep-shot python=3.8 + conda activate prep-shot pip install -r requirements.txt ```