-
Notifications
You must be signed in to change notification settings - Fork 166
Home
LiuHai edited this page Mar 8, 2020
·
3 revisions
install docker
cd docker
bash start.sh build
bash start.sh
open localhost:9999
# Installing ZBar for Ubuntu can be accomplished with the following command:
# An OpenCV barcode and QR code scanner with ZBar
sudo apt-get install libzbar0
# Installing ZBar for macOS
# Installing ZBar for macOS using brew is equally as easy (assuming you have Homebrew installed):
brew install zbar
cd docker
python3 -m pip install -r requirements.txt