Installation
ÐecisionToolkit is distributed as a single executable with no external dependencies.
You can either download a prebuilt binary or install from source using Cargo.
Download a prebuilt binary
- Go to GitHub releases.
- Select a version and expand the Assets section.
- Download the archive for your operating system.
- Extract it and run the ÐecisionToolkit executable.
Install with Cargo
Make sure you have Cargo installed, then run:
cargo install dsntk
Caution
Installing ÐecisionToolkit using Cargo may require installation of
gcc(or a similar C/C++ toolchain likeclang), as ÐecisionToolkit depends on math library written in C.
ÐecisionToolkit v0.3.0