1.1. Installation Guide

This part of the documentation covers how to install digestdb.

The digestdb project requires Python3.5+ and has some third party dependencies.

1.1.1. Pip

The simplest way to install digestdb is using Pip:

$ pip install digestdb

This will install digestdb and all of its dependencies.

1.1.2. Get the code

You can clone the repository:

$ git clone https://github.com/claws/digestdb.git
$ cd digestdb
$ pip install -e .