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 ```