Skip to content

Commit 2558110

Browse files
authored
Update setup.sh
1 parent ecfdf0d commit 2558110

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IoTree_dir/setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ sudo apt-get install -y inotify-tools
5454
sudo apt-get install -y libopenjp2-7
5555
sudo apt install -y libtiff5
5656
sudo apt-get install -y zip
57-
57+
sudo apt-get install -y python3-pip
58+
python3 -m pip install --user virtualenv
5859

5960
# get linux username make password for mqtt get host IP
6061
mqttpass=$(</dev/urandom tr -dc '0123456789ABZDEFGHIJKLMOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' | head -c12)

0 commit comments

Comments
 (0)