From c665ece3c53cc68fa88fada52dc1e8abae25fe25 Mon Sep 17 00:00:00 2001 From: Otto Date: Thu, 11 Apr 2024 17:44:09 +0200 Subject: [PATCH] forgot its a venv --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 0d71397..443b5bf 100755 --- a/install.sh +++ b/install.sh @@ -72,8 +72,9 @@ check_requirements() exit -1 fi echo "Moonraker configuration found at ${MOONRAKER_CONFIG}" - - sudo apt install python3-requests + source ~/klippy-env/bin/activate + pip install requests + deactivate } # Step 4: Link extension to Klipper