Update set up script (#35)

This commit is contained in:
Suchintan
2024-03-06 11:35:46 -05:00
committed by GitHub
parent e82c3b6995
commit abecc4382e
2 changed files with 3 additions and 1 deletions

View File

@@ -30,11 +30,11 @@ remove_poetry_env() {
else
echo "No poetry environment found."
fi
poetry env use python3.11
}
# Function to install dependencies
install_dependencies() {
poetry env use python3.11
poetry install
}