diff --git a/install/frigate-install.sh b/install/frigate-install.sh index d5cf24fd..fdff72d6 100644 --- a/install/frigate-install.sh +++ b/install/frigate-install.sh @@ -24,7 +24,7 @@ msg_ok "Installed Dependencies" msg_info "Setup Python3" $STD apt-get install -y \ - python3 python3-dev python3-setuptools python3-distutils python3-pip + python3 python3-dev python3-setuptools python3-distutils python3-pip python3-venv $STD pip install --upgrade pip msg_ok "Setup Python3"