diff --git a/py/install.sh b/py/install.sh index 65cc5d2..1fbdcba 100644 --- a/py/install.sh +++ b/py/install.sh @@ -1,3 +1,4 @@ python -m venv venv source venv/bin/activate pip install -r requirements.txt +deactivate \ No newline at end of file