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