Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 534 Bytes

installation_guide.rst

File metadata and controls

23 lines (13 loc) · 534 Bytes

Installation Guide

Before installing the dagging package, you will need numpy, scipy and scikit-learn

pip install numpy scipy scikit-learn

Then, to install `dagging`:

pip install dagging

If you wish to install from the source code (available here ), change your working directory to the top-level directory of the source code, and issue:

python setup.py install