Update octoprint-server-install.sh

This commit is contained in:
Steve Zabka
2021-09-16 18:38:37 +02:00
committed by GitHub
parent e384501756
commit d2b12a53ec

View File

@@ -36,6 +36,7 @@ fi
function install-requirement-check {
sudo apt-get update &&
sudo apt-get install python3-pip python3-dev python3-setuptools python3-venv git libyaml-dev build-essential &&
cd $HOME
mkdir OctoPrint &&
cd OctoPrint &&
python3 -m venv venv &&