From 27d4b420377169dfed695a8995ff286a91b5440e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 9 Aug 2024 09:11:28 +0800 Subject: [PATCH] Update installation instructions --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6acadc0..a7ebe78 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Twitter Follow License Download - Open in Colab + Download

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