We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecfdf0d commit 2558110Copy full SHA for 2558110
IoTree_dir/setup.sh
@@ -54,7 +54,8 @@ sudo apt-get install -y inotify-tools
54
sudo apt-get install -y libopenjp2-7
55
sudo apt install -y libtiff5
56
sudo apt-get install -y zip
57
-
+sudo apt-get install -y python3-pip
58
+python3 -m pip install --user virtualenv
59
60
# get linux username make password for mqtt get host IP
61
mqttpass=$(</dev/urandom tr -dc '0123456789ABZDEFGHIJKLMOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' | head -c12)
0 commit comments