The respective OCaml and Python package installers, opam and pip, are assumed prerequisites for this installation.
- Begin by installing the necessary OPAM packages for this project.
opam update opam upgrade opam install raylib batteries raygui csv qcheck ounit2
- Install the python packages.
pip install -r lib/beatmap_python/requirements.txt
- Run the program
dune build dune exec bin/main.exe