@@ -9,7 +9,7 @@ Lightningcast Requires Python version 3.9 or 3.10 and supports level 1 files fro
## Docker
Running with docker is simple and can be as easy as mounting in a directory and passing in user lightningcast parameters. Login to SSEC's docker registry with an [access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html).
Running with docker is simple and can be as easy as mounting in a directory and passing in user lightningcast parameters. Login to SSEC's docker registry with an [access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html).
Below is an example install using conda (native installs or different virtual environments work as well). For conda setup instructions see [here](https://conda.io/projects/conda/en/latest/user-guide/install/index.html). Login to SSEC's docker registry with an [access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html). Continue by extracting the package and some sample configs from the docker container:
Below is an example install using conda (native installs or different virtual environments work as well). For conda setup instructions see [here](https://conda.io/projects/conda/en/latest/user-guide/install/index.html). Login to SSEC's docker registry with an [access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html). Continue by extracting the package and some sample configs from the docker container:
```
docker login gitlab.ssec.wisc.edu:5555
...
...
@@ -105,7 +105,7 @@ Some options are set at runtime and cannot be overridden. User options that refe
| lc_base | string | Path to install directory of package. Probably under python site-packages (python -m site) |
For some user options, users may use format codes in the option's value based on the input file's start_time; See: https://docs.python.org/3/library/datetime.html#format-codes. User options include:
For some user options, users may use [format codes](https://docs.python.org/3/library/datetime.html#format-codes) in the option's value based on the input file's `start_time`. User options include:
| Option | Default Value | Type | Description | May use Format Codes |