Use pyenv to install python 3.11.6 and set it as the local version.
pyenv install 3.11.6
pyenv local 3.11.6
Use poetry to manage dependencies.
poetry env use 3.11.6
poetry install
poetry run pre-commit install
./start.sh
# Initialize python path
source set-python-path.sh
# start dev server
python app/run_dev.py
./build.sh