3.6
pip install -r /path/to/requirements.txt
If you are using MAC and you encountered problem related to zbar, try run
brew install zbar
On Linux, use
sudo apt-get install tesseract-ocr tesseract-ocr-eng tesseract-ocr-chi-sim
On Mac OS, use
brew install tesseract --with-all-languages
gunicorn app:app
python -m QRCodeReader.QRCodeTest
cd test
python ServerVal.py <server_url>
example:
python ServerVal.py https://wxqrcodemanager.herokuapp.com
python ServerVal.py localhost:8000