Installation

The most recent release can be installed from PyPI with:

$ pip install useful_rdkit_utils

To get the extras, install with:

$ pip install useful_rdkit_utils[viz,cli,jupyter]

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

$ pip install git+https://github.com/PatWalters/useful_rdkit_utils.git

To install in development mode, use the following:

$ git clone git+https://github.com//useful_rdkit_utils.git
$ cd useful_rdkit_utils
$ pip install -e .