Skip to content
Snippets Groups Projects
Commit 1e5541d6 authored by John Cintineo's avatar John Cintineo
Browse files

Update README.md

parent ccae5431
No related merge requests found
...@@ -40,9 +40,9 @@ conda activate lightningcast ...@@ -40,9 +40,9 @@ conda activate lightningcast
pip install lightningcast-${LC_VERSION}.tar.gz 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. 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 ...@@ -404,7 +404,7 @@ Finally, uncomment `$EXTRA_ARGS` and run the script. Output is ommited here but
## Docker ## 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: Run:
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment