diff --git a/README.md b/README.md index 6acadc0..a7ebe78 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ - +
@@ -55,19 +55,14 @@ This section includes a brief tutorial on running your first PREP-SHOT model. git clone https://github.com/PREP-NexT/PREP-SHOT.git ``` -2. Create the Conda Environment and install the dependencies +2. Install the dependencies ```bash - conda env create -f prep-shot.yml + cd PREP-SHOT + pip install -r requirements.txt ``` -3. Activate the Conda Environment - - ```bash - conda activate prep-shot - ``` - -4. Run your first model +3. Run your first model ```bash python run.py