Installation

The simplest way to start using deepdow is to get it from PyPI

pip install deepdow

Development

To start contributing one needs to clone the official repository

git clone https://github.com/jankrepl/deepdow.git
cd deepdow
pip install -e .[dev,docs,examples]