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 from GitHub releases.
- Build and install from source using Cargo.
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_64In order to proceed with the examples presented in this documentation, rename the downloaded binary to the following:
dsntkfor Linux and macOS,dsntk.exefor 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 likeclang), because ÐecisionToolkit relies on math library written in C.
⅌