setup environment
# you can replace the name `OTMF` with any name you like
conda create --name OTMF python=3.11
conda activate OTMF
pip install -r requirements.txt # x86-64 LinuxSome of the code in this repository is based on the following repositories:
