Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added prefix instruction for yaml
  • Loading branch information
frank committed May 5, 2022
1 parent 21bffcb commit 611cc61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 611cc61

Please sign in to comment.