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