diff --git a/docs/source/Installation.md b/docs/source/Installation.md index 69f05c03..9e34d5f2 100644 --- a/docs/source/Installation.md +++ b/docs/source/Installation.md @@ -20,9 +20,9 @@ At this time, only Linux systems are supported. - Activate the environment, e.g `conda activate openfold_env` 1. Run the setup script to configure kernels and folding resources. > scripts/install_third_party_dependencies.sh` -3. Prepend the conda environment to the $LD_LIBRARY_PATH., e.g. - `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. -4. Download parameters. We recommend using a destination as `openfold/resources` as our unittests will look for the weights there. +1. Prepend the conda environment to the `$LD_LIBRARY_PATH`., e.g. + `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. +1. Download parameters. We recommend using a destination as `openfold/resources` as our unittests will look for the weights there. - For AlphaFold2 weights, use > ./scripts/download_alphafold_params.sh - For OpenFold weights, use :