Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 318 Bytes

installation.md

File metadata and controls

16 lines (8 loc) · 318 Bytes

Basic installation

Dolo can be installed in several ways:

  • with anaconda (recommended):

    conda install -c conda-forge dolo

  • with pip

    pip install dolo

Developper's installation

Dolo uses poetry as package manager, so you probably need to install poetry before you start developing the package.