diff --git a/unix_install.sh b/unix_install.sh index b42a6ec..3597e22 100644 --- a/unix_install.sh +++ b/unix_install.sh @@ -86,9 +86,10 @@ else fi if [ -d ".venv/" ]; then - echo ".venv exists." + echo ".venv exists. Installing requirements.txt. ..." + .venv/bin/pip install -r requirements.txt else - echo "Making .venv and installing requirements.txt." + echo "Making .venv and installing requirements.txt. ..." if [[ "$OSTYPE" == "linux-gnu"* ]]; then # Detect the package manager if command_exists apt; then