Skip to content
Snippets Groups Projects
Commit b2597588 authored by Levi Pfantz's avatar Levi Pfantz
Browse files

Update README link formatting

parent 499b875b
No related branches found
No related tags found
No related merge requests found
......@@ -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).
```
docker login gitlab.ssec.wisc.edu:5555
......@@ -18,7 +18,7 @@ docker pull gitlab.ssec.wisc.edu:5555/jcintineo/lightningcast/lightningcast-c7r:
## Install with PIP
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 |
|----------------------- |-------------------------------------------------- |--------------- |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |---------------------- |
......
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