diff --git a/scripts/install.sh b/scripts/install.sh index 9e1521b..20a61f8 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,4 +1,4 @@ # install poetry and the dev-dependencies of the project -python -m pip install poetry==1.7.1 +python -m pip install poetry python -m poetry update --lock python -m poetry install \ No newline at end of file