Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 468 Bytes

File metadata and controls

21 lines (13 loc) · 468 Bytes

Installation

Prerequisites: Python 3.5 or later.

It is recommended to install the most recent stable release of ADTK from PyPI.

$ pip install adtk

Alternatively, you could install from source code. This will give you the latest, but unstable, version of ADTK.

$ git clone https://github.com/arundo/adtk.git
$ cd adtk/
$ git checkout develop
$ pip install ./