From 27d4b420377169dfed695a8995ff286a91b5440e Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
@@ -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