Created
April 1, 2019 13:58
-
-
Save h4n2k/879b4bbbe4b1375d0f0050c02612f5c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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