document initial build process and update packages

This commit is contained in:
Lucy Cifferello
2023-03-30 14:30:12 -06:00
parent 3263c8d800
commit 16bc1f263e
4 changed files with 12 additions and 415 deletions

View File

@@ -8,5 +8,4 @@ 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://install.python-poetry.org | python3 -
poetry install
poetry update
poetry install