cabb99 / open3spn2

An implementation of the 3SPN2 and 3SPN2.C coarse-grained DNA forcefields in OpenMM
MIT License
18 stars 8 forks source link

Add dependencies section to installation #2

Closed jmoller93 closed 4 years ago

jmoller93 commented 4 years ago

I am finding that my default versions of python, cuda, etc. computer do not meet the right dependencies for openMM or pdbfixer.

I think it would be nice if you added a quick dependencies section to the installation guide so that users know what currently works.

So far, I found that CUDA 10.2 and python 3.8 are too recent to be supported. I switched to python 3.7 with a conda install python=3.7 and am now able to install.

It might be nice to also add versions that you also notice that it works with.

jmoller93 commented 4 years ago

Also, I realize how silly this is, but any version of X3DNA other than the current version (2.4) seem to not work with open3SPN2.

cabb99 commented 4 years ago

Thank you for your feedback. I added the requirements on the README file.