From 8c0f05557800f773d6f34cf2ef70bd66d50021cb Mon Sep 17 00:00:00 2001 From: LIU ZHANWEI <50036800+Zhanwei-Liu@users.noreply.github.com> Date: Sat, 14 Sep 2024 09:57:24 +0800 Subject: [PATCH] Update Installation.rst --- doc/source/Installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/Installation.rst b/doc/source/Installation.rst index bff645a..42dacab 100644 --- a/doc/source/Installation.rst +++ b/doc/source/Installation.rst @@ -26,6 +26,8 @@ Assuming you have already `installed Python ` .. code:: bash cd PREP-SHOT + conda create -n prep-shot python=3.8 + conda activate prep-shot pip install -r requirements.txt Step 3: Run an example (Optional)