Unverified Commit b55e6088 authored by Peter Eastman's avatar Peter Eastman Committed by GitHub
Browse files

Update installation instructions (#5227)

parent 068495f3
......@@ -73,13 +73,10 @@ version with the command
conda install -c conda-forge openmm cuda-version=12
where :code:`12` should be replaced with the particular CUDA version
you want to target. We build packages for CUDA 11 and above. Because different
you want to target. We build packages for CUDA 12 and above. Because different
CUDA releases are not binary compatible with each other, OpenMM can only work
with the particular CUDA version it was compiled with.
The conda package does not include the HIP platform. If you have a recent AMD
GPU, we recommend installing with pip instead.
3.b. To install with pip, open a command line terminal and type the following command
::
......
......@@ -420,11 +420,16 @@ script, and can even run it for you.
:autonumber:`Figure,openmm setup`: The OpenMM-Setup application
To install OpenMM-Setup, open a command line terminal and type the following command
You can install OpenMM-Setup using the conda package manager with the command
::
conda install -c conda-forge openmm-setup
or using the pip package manager with the command
::
pip install openmm-setup
You can then launch it by typing the command
::
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment