Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
6a43510a
"examples/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "09656f6cc0bc9f9b694634eec03b96d74a755ab9"
Commit
6a43510a
authored
Nov 14, 2024
by
etowahadams
Browse files
fix: formatting
parent
9f09442d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
docs/source/Installation.md
docs/source/Installation.md
+1
-0
No files found.
docs/source/Installation.md
View file @
6a43510a
...
@@ -21,6 +21,7 @@ At this time, only Linux systems are supported.
...
@@ -21,6 +21,7 @@ At this time, only Linux systems are supported.
1.
Run the setup script to configure kernels and folding resources.
1.
Run the setup script to configure kernels and folding resources.
> scripts/install_third_party_dependencies.sh`
> scripts/install_third_party_dependencies.sh`
1.
Prepend the conda environment to the
`$LD_LIBRARY_PATH`
and
`LIBRARY_PATH`
., e.g.
1.
Prepend the conda environment to the
`$LD_LIBRARY_PATH`
and
`LIBRARY_PATH`
., e.g.
```
```
export LIBRARY_PATH=$CONDA_PREFIX/lib:$LIBRARY_PATH
export LIBRARY_PATH=$CONDA_PREFIX/lib:$LIBRARY_PATH
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment