hassan526 commited on
Commit
ce0bf15
·
verified ·
1 Parent(s): e145179

Update install.sh

Browse files
Files changed (1) hide show
  1. install.sh +1 -1
install.sh CHANGED
@@ -14,7 +14,7 @@ if [ "$ubuntu_version" \< "22.04" ]; then
14
  fi
15
 
16
  # Install packages:
17
- sudo apt-get install -y binutils python3 python3-pip python3-opencv libcurl4-openssl-dev libssl-dev libpcsclite-dev
18
 
19
  # Install requirements:
20
  python3 -m pip install --upgrade pip && python3 -m pip install opencv-python gradio
 
14
  fi
15
 
16
  # Install packages:
17
+ sudo apt-get install -y binutils python3 python3-pip python3-opencv libcurl4-openssl-dev libssl-dev libpcsclite-dev psmisc
18
 
19
  # Install requirements:
20
  python3 -m pip install --upgrade pip && python3 -m pip install opencv-python gradio