mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-16 10:05:52 +01:00
Update octoprint-server-install.sh
This commit is contained in:
@@ -36,6 +36,7 @@ fi
|
|||||||
function install-requirement-check {
|
function install-requirement-check {
|
||||||
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 &&
|
||||||
|
cd $HOME
|
||||||
mkdir OctoPrint &&
|
mkdir OctoPrint &&
|
||||||
cd OctoPrint &&
|
cd OctoPrint &&
|
||||||
python3 -m venv venv &&
|
python3 -m venv venv &&
|
||||||
|
|||||||
Reference in New Issue
Block a user