Installation

Prerequisites:

  1. Add the following channels:

    conda config --add channels andrsd
    
  2. Install

    conda install -c andrsd krado
    
  1. Clone the repo:

    git clone https://github.com/andrsd/krado.git
    
  2. Build the code

    cd krado
    mkdir build
    cmake -S . -B build
    cmake --build build