mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-15 17:45:53 +01:00
Update octoprint-server-install.sh
This commit is contained in:
@@ -38,7 +38,8 @@ if VERB="$( which apt-get )" 2> /dev/null; then
|
||||
echo "Debian-based"
|
||||
sudo apt-get update &&
|
||||
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 &&
|
||||
source venv/bin/activate &&
|
||||
pip install pip --upgrade &&
|
||||
|
||||
Reference in New Issue
Block a user