Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
etowahadams committed Nov 14, 2024
1 parent 9f09442 commit 6a43510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ At this time, only Linux systems are supported.
1. Run the setup script to configure kernels and folding resources.
> scripts/install_third_party_dependencies.sh`
1. Prepend the conda environment to the `$LD_LIBRARY_PATH` and `LIBRARY_PATH`., e.g.

```
export LIBRARY_PATH=$CONDA_PREFIX/lib:$LIBRARY_PATH
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
Expand Down

0 comments on commit 6a43510

Please sign in to comment.