From 1e5541d67526082d49c90be9ebfd6ba5085d39ff Mon Sep 17 00:00:00 2001 From: John Cintineo <john.cintineo@ssec.wisc.edu> Date: Tue, 28 May 2024 14:56:28 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a230b8cf..493a9210 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ conda activate lightningcast pip install lightningcast-${LC_VERSION}.tar.gz ``` -## Setup Dev Enviorment +## Setup Dev Environment -### Initialize editable pip enviorment +### Initialize editable pip environment There is a bit of setup that needs to be done so we will use the `build/dev_setup.sh` script. This script will do the setup and then install lightnincast in pip's editable mode (`pip install -e`) so that you can edit source files and then imediatly see the results by running `python -m lightningcast`. Clone the lightningcast repo and then navigate to it. ``` @@ -404,7 +404,7 @@ Finally, uncomment `$EXTRA_ARGS` and run the script. Output is ommited here but ## Docker -The docker image contains the enviormental variable `CONFIG_LOC` which stores the path to the config directory inside the container. Note the single qutoes around the paths using this variable. This also assumes you still have `LC_VERSION` set from downloading the docker image. +The docker image contains the environmental variable `CONFIG_LOC` which stores the path to the config directory inside the container. Note the single qutoes around the paths using this variable. This also assumes you still have `LC_VERSION` set from downloading the docker image. Run: ``` -- GitLab