Installation


NetMD is available as a Conda[ 1 ] package and can be installed using the following command:

Installation via Conda

# either create a new conda env and install NetMD
(env) $ conda create -n netmd -c conda-forge bioconda::netmd

# or, if you already have an activa conda env, just install
(env) $ conda install -c conda-forge bioconda::netmd

Check if everything is fine

(env) $ netmd -h