Hi,
I am trying to install the packages ambertools
and openmm
using the magic command like:
!conda config --set always_yes yes
!conda config --add channels omnia
!conda config --add channels conda-forge
!conda install openmm
However, I have notice that there are 3 different environments and thus I don´t know which one would be the correct. If I choose the default environment, then I can not find the testing function.
import simtk.testInstallation
simtk.testInstallation.main()
Any help will be appreciated.
Thanks