Skip to content

Commit

Permalink
doc/source: Fix code block syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Mar 18, 2024
1 parent 112eec8 commit 1b25d3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ How to install OpenCSP's dependencies
With python version 3.10 or greater, run the following:

::

$ cd /path/to/OpenCSP/../
$ python -m venv ./venv_opencsp
# On Linux:
Expand All @@ -42,6 +43,7 @@ Running OpenCSP's test suite
Within venv_opencsp, you can now run:

::

$ (venv_opencsp) cd /path/to/OpenCSP
$ (venv_opencsp) export PYTHONPATH=$PWD
$ (venv_opencsp) cd opencsp
Expand All @@ -56,6 +58,7 @@ environment settings.
You can use this container as follows. Note: to authenticate to ghcr.io, you must create a classic access token with read permissions. See https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-to-the-container-registry for more information.

::

$ cd /path/to/OpenCSP
$ docker login ghcr.io -u <GITHUB_USERNAME>
$ docker pull ghcr.io/sandialabs/opencsp:latest-ubi8
Expand Down

0 comments on commit 1b25d3b

Please sign in to comment.