markovmodel / adaptivemd

A python framework to run adaptive Markov state model (MSM) simulation on HPC resources
GNU Lesser General Public License v2.1
18 stars 7 forks source link

mongodb available in Anaconda distribution #49

Open marscher opened 7 years ago

marscher commented 7 years ago

I've just noticed, that mongodb is now available for conda install. Should we update the install instructions accordingly for the sake of an easier installation process? Note that the available version is 3.3.8, I don't know if that version is sufficient.

jhprinz commented 7 years ago

I would not add mongodb to the conda requirements, but update the instructions on how to install mongodb using conda. That would be great. Adding it to the requirements would try to install it on the cluster as well and you need the DB only in one central place which might be different from your machine and the cluster.