NaturalHistoryMuseum / pyzbar

Read one-dimensional barcodes and QR codes from Python 2 and 3.
MIT License
728 stars 176 forks source link

Can install zbar offline #77

Open JiaquanYe opened 4 years ago

fortysixandtwo commented 4 years ago

pip install . should do the trick.

studioj commented 4 years ago

pip install . should do the trick.

yeah clone this repo to a folder and then run pip install . in that folder