The C++ InterfaceΒΆ

The C++ interface of the software suite can be installed into a libstatiskit environment. To do so, type the following command lines

conda activate
conda install -n libstatiskit libstatiskit -c statiskit -c defaults --override-channels

Then, to activate the libstatiskit environment, type the following command line

conda activate libstatiskit

Note

To use this C++ interface, it is recommended to read the developer guide.