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)