forgot its a venv

This commit is contained in:
Otto 2024-04-11 17:44:09 +02:00
parent ac97c0f5b2
commit c665ece3c5

View File

@ -72,8 +72,9 @@ check_requirements()
exit -1 exit -1
fi fi
echo "Moonraker configuration found at ${MOONRAKER_CONFIG}" echo "Moonraker configuration found at ${MOONRAKER_CONFIG}"
source ~/klippy-env/bin/activate
sudo apt install python3-requests pip install requests
deactivate
} }
# Step 4: Link extension to Klipper # Step 4: Link extension to Klipper