Installation¶

You can install NNMT using pip

pip install nnmt

To get the very latest version, you can clone the NNMT repository, and install NNMT by changing your working directory to your local copy of the repository and running the command:

pip install .

An alternative is to install directly from GitHub:

pip install git+https://github.com/INM-6/nnmt.git

If you are using conda, you can create an environment including NNMT using the provided environment.yaml:

conda env create -f environment.yaml