Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

ÐecisionToolkit is distributed as a single executable with no external dependencies.

Prebuilt binaries of ÐecisionToolkit can be obtained in the following ways:

Download released version

  • Head to GitHub releases.
  • Expand the Assets section in selected release version.
  • Download the binary of your choice, according to the operating system you use.

Tip

Released binary file names contain version number and operating system name like this:

dsntk-0.3.0-linux-x86_64

In order to proceed with the examples presented in this documentation, rename the downloaded binary to the following:

  • dsntk for Linux and macOS,
  • dsntk.exe for Windows.

Install using Cargo

Install Cargo and run:

cargo install dsntk

Caution

Installing ÐecisionToolkit using Cargo may require installation of gcc (or a similar C/C++ toolchain like clang), because ÐecisionToolkit relies on math library written in C.