Skip to content

Installation🔗

The most recent code and data can be installed directly from GitHub with:

$ pip install git+https://github.com/lamalab-org/mattext.git

To install in development mode, use the following:

$ git clone git+https://github.com/lamalab-org/mattext.git
$ cd mattext
$ pip install -e .

If you want to use the Local Env representation, you will also need to install OpenBabel, e.g. using

conda install openbabel -c conda-forge