Python libraries for the Oly Application
All instructions are for MacOS
You will need
- Brew
- Python 3.11
- Poetry
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"brew install pyenvpyenv install 3.11Set your python version before you install poetry
pyenv shell 3.11Install Poetry
pip install poetrybrew install pre-commitYou will run these two commands every time you open a new shell environment for this project. The commands must be run in the project's root directory.
pyenv shell 3.11
poetry shellpoetry install --sync --with=devpre-commit install