Unverified Commit 83e92131 authored by Jaime Rodríguez-Guerra's avatar Jaime Rodríguez-Guerra Committed by GitHub
Browse files

Add a little note on conda versions (#2934)

parent 7b4927cf
......@@ -70,9 +70,10 @@ modern drivers from your vendor.
conda install -c conda-forge openmm
This installs a version of OpenMM compiled with the latest version of CUDA
supported by your drivers. Alternatively you can request a version that is
compiled for a specific CUDA version with the command
With recent :code:`conda` versions (v4.8.4+), this will install a version of
OpenMM compiled with the latest version of CUDA supported by your drivers.
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
......
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