From 611cc614b3fbf516f48a5601ef9c74f60e317d58 Mon Sep 17 00:00:00 2001 From: frank Date: Wed, 4 May 2022 22:30:21 -0400 Subject: [PATCH] added prefix instruction for yaml --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3f7d9eb..549eb85 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ - `cd cse5810_implementation` 4. Create your conda environment using the included yaml file - `conda env create --file=hapi_fhir.yaml` + - You should first alter the `prefix: /home/frank/miniconda3/envs/hapi_fhir` part of the yaml file to reflect your particular conda environment. This will likely be `/home/$USER/miniconda3/envs/hapi_fhir` 5. Activate the conda environment you just created - `conda activate hapi_fhir` 6. Launch jupyter lab