# Python 3.14.7 virtual environment (WHM)
OMRCHECKER=/home/smallpersonalhis/public_html/OMRChecker
TDCFAMILY=/home/smallpersonalhis/public_html/tdcfamily
cd $OMRCHECKER
python3.14 -m venv .venv
source .venv/bin/activate
python --version
pip install --upgrade pip setuptools wheel
pip install -r deploy/requirements-pinned.txt
pip uninstall -y opencv-python
pip install opencv-python-headless==5.0.0.93
pip install -r $TDCFAMILY/wrapper/requirements-wrapper.txt
export OMR_HEADLESS=1
export MPLCONFIGDIR=/home/smallpersonalhis/tmp/matplotlib
mkdir -p "$MPLCONFIGDIR"
