Skip to content

Instantly share code, notes, and snippets.

@h4n2k
Created April 1, 2019 13:58
Show Gist options
  • Select an option

  • Save h4n2k/879b4bbbe4b1375d0f0050c02612f5c1 to your computer and use it in GitHub Desktop.

Select an option

Save h4n2k/879b4bbbe4b1375d0f0050c02612f5c1 to your computer and use it in GitHub Desktop.
yay -Sy python-virtualenv
virtualenv
yay -Sy python-pipenv
pipenv
pipenv shell
pipenv install flask
pipenv install flask_restful
pipenv install opencv-python
pipenv install imutils
pipenv install pytesseract
pipenv install pyzbar
yay -Sy zbar
export FLASK_APP=eveUpload.py
flask run
pip list
pipenv graph
pipenv list
bye
deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment