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.