summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--argonone.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/argonone.install b/argonone.install
index cb00dbff714a..e07537e31511 100644
--- a/argonone.install
+++ b/argonone.install
@@ -3,6 +3,7 @@ pre_install() {
if [[ $(grep "Raspberry Pi 3" /proc/device-tree/model) || $(grep "Raspberry Pi 4" /proc/device-tree/model) ]] ; then
echo "Building New Virtual Environment in /opt/argonone..."
python -m venv --clear /opt/argonone
+ /opt/argonone/bin/python3 -m pip install --upgrade pip
/opt/argonone/bin/python3 -m pip install pysmbus RPi.GPIO
echo "Enabling i2C..."