diff --git a/python/othello_python.sh b/python/othello_python.sh index 79c097d..6c1b267 100755 --- a/python/othello_python.sh +++ b/python/othello_python.sh @@ -46,5 +46,5 @@ check_and_set_python update_version_information # Pass arguments to program -poetry install +poetry install --sync --quiet poetry run python othello/othello.py "$@"