Skip to content

Installation

Installation

Stable release

To install Document Tools, run this command in your terminal:

$ pip install document-tools

This is the preferred method to install 🔧 Document Tools, as it will always install the most recent stable release.

From source

The source for Document Tools can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/deeptools-ai/document-tools

Or download the tarball:

$ curl -OJL https://github.com/deeptools-ai/document-tools/tarball/master

Once you have a copy of the source, you can install it with:

$ pip install .