You need homebrew installed (or a good Python installation) for this to work.
First, clone this repository
git clone https://github.com/vrthra/odr.git
cd into the repository
cd odr
Run the following commands on a homebrew (Mac) system
python3 -m venv py
source py/bin/activate
python3 -m pip3 install flask
Then start the system
make