Skip to content

Commit e605ec8

Browse files
authored
Merge pull request #504 from aqlaboratory/revert-502-etowahadams/install-docs
Revert "docs: Add env var instructions to install guide "
2 parents 8ece4f3 + 625ade9 commit e605ec8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/source/Installation.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ At this time, only Linux systems are supported.
2020
- Activate the environment, e.g `conda activate openfold_env`
2121
1. Run the setup script to configure kernels and folding resources.
2222
> scripts/install_third_party_dependencies.sh`
23-
1. Prepend the conda environment to the `$LD_LIBRARY_PATH` and `$LIBRARY_PATH`.
24-
> export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
25-
> export LIBRARY_PATH=$CONDA_PREFIX/lib:$LIBRARY_PATH
26-
- You may optionally set this as a conda environment variable according to the [conda docs](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#saving-environment-variables) to activate each time the environment is used.
23+
1. Prepend the conda environment to the `$LD_LIBRARY_PATH`., e.g.
24+
`export $LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH`. You may optionally set this as a conda environment variable according to the [conda docs](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#saving-environment-variables) to activate each time the environment is used.
2725
1. Download parameters. We recommend using a destination as `openfold/resources` as our unittests will look for the weights there.
2826
- For AlphaFold2 weights, use
2927
> ./scripts/download_alphafold_params.sh <dest>

0 commit comments

Comments
 (0)