Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 659 Bytes

installation.rst

File metadata and controls

28 lines (17 loc) · 659 Bytes

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//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 .