markovmodel / adaptivemd

A python framework to run adaptive Markov state model (MSM) simulation on HPC resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mongodb available in Anaconda distribution

marscher opened this issue · comments

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.

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.