You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install Python version found in .python-version and fetch dependencies.
# Install Python and project dependencies
pyenv install 3.10.9
poetry install
# Activate the environment
poetry shell
# Environment info
pyenv version
poetry env info