Skip to content
LiuHai edited this page Mar 8, 2020 · 3 revisions

run with docker

install docker

cd docker
bash start.sh build
bash start.sh

open localhost:9999

install on you compute

# 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
Clone this wiki locally