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

Fixed error in instructions for installing CUDA toolkit (#3070)

parent b2d3359a
......@@ -76,7 +76,7 @@ Alternatively you can request a version that is compiled for a specific CUDA
version with the command
::
conda install -c conda-forge openmm cudatoolkit==10.0
conda install -c conda-forge openmm cudatoolkit=10.0
where :code:`10.0` should be replaced with the particular CUDA version
you want to target. We build packages for CUDA 9.2 and above on Linux,
......
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