Setting up the environment by running:
conda env create --file environment.yamlActivate environment.
conda activate bootastMake build folder and configure project:
mkdir build && cd build && cmake ..Build the software:
cmake --build .Run and verify:
./myTool