update environment dependencies for macos setup

This commit is contained in:
Lucy Cifferello
2022-01-24 12:36:02 -07:00
parent 0883e6a336
commit 4141e2228a
3 changed files with 12 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ if pwd | egrep -q '\s'; then
fi
which python3 || { echo "Failed to find python3. Try installing Python for your operative system: https://www.python.org/downloads/" && exit 1; }
which poetry || curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/1.1.3/get-poetry.py | python3 - && source ${HOME}/.poetry/env
which poetry || curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 - && source ${HOME}/.poetry/env
poetry install
poetry update