Update octoprint-server-install.sh

This commit is contained in:
Steve Zabka
2021-08-16 22:14:47 +02:00
committed by GitHub
parent 82d987aed1
commit 17cb6f8a62

View File

@@ -38,7 +38,8 @@ if VERB="$( which apt-get )" 2> /dev/null; then
echo "Debian-based" echo "Debian-based"
sudo apt-get update && sudo apt-get update &&
sudo apt-get install python3-pip python3-dev python3-setuptools python3-venv git libyaml-dev build-essential && sudo apt-get install python3-pip python3-dev python3-setuptools python3-venv git libyaml-dev build-essential &&
mkdir OctoPrint && cd OctoPrint && mkdir OctoPrint &&
cd OctoPrint &&
python3 -m venv venv && python3 -m venv venv &&
source venv/bin/activate && source venv/bin/activate &&
pip install pip --upgrade && pip install pip --upgrade &&