Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 367 Bytes

installation.rst

File metadata and controls

19 lines (12 loc) · 367 Bytes

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]