Skip to content

Installing Dython

Installation

The easiest way to install dython is using pip install:

pip install dython
Or, via the conda package manager:
conda install -c conda-forge dython

If you'd like to use the source code instead, you can install directly from it using any of the following methods:

  • Install source code using pip:
    pip install git+https://github.com/shakedzy/dython.git`
    
  • Download the source code as a ZIP file
  • Download the source code as a TAR ball

Dependencies

Dython requires Python 3.5 or higher, and the following packages:

  • numpy
  • pandas
  • seaborn
  • scipy
  • matplotlib
  • sklearn
  • scikit-plot