From 6a43510aac76eca41e8f5862ab5bcd6bd0f79ce1 Mon Sep 17 00:00:00 2001 From: etowahadams Date: Thu, 14 Nov 2024 13:12:45 -0500 Subject: [PATCH] fix: formatting --- docs/source/Installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/Installation.md b/docs/source/Installation.md index b8b03375..87726bff 100644 --- a/docs/source/Installation.md +++ b/docs/source/Installation.md @@ -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