Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Installation

* Install [Conda](https://github.com/conda-forge/miniforge?tab=readme-ov-file#install) (if you don't already have it). If you have an existing conda install, make sure it can install packages from conda-forge.
* Recommended: create a new virtual environment: `conda env create --name prepmd && conda activate prepmd`
* Install prepmd from the CCPBioSim conda channel: `conda install -c CCPBioSim prepmd`
* Install prepmd from the CCPBioSim conda channel: `conda install -c ccpbiosim prepmd`
* Optional: add your [modeller license key](https://salilab.org/modeller/registration.html) by running `prep-license <your license key>`. If you don't have a MODELLER license key, prepmd will instead use pdbfixer's loop builder.
Loading