cd kivy
python3 lib_app.py
Installing libraries(Linux)
- Requires Python 3.x
sudo apt-get install libzbar0
- Install and upgrade pip, setuptools and virtualenv
python3 -m pip install --upgrade --user pip setuptools virtualenv
- Load the virtualenv.
python3 -m virtualenv venv
source venv/bin/activate
- Install kivy and kivy examples
python3 -m pip install kivy
python3 -m pip install kivy_examples
- Install Flask and other dependencies.
python3 -m pip install flask
python3 -m pip install Flask-SQLAlchemy
python3 -m pip install pyjwt
python3 -m pip install pillow
python3 -m pip install pyzbar
python3 -m pip install pyzbar[scripts]
python3 -m pip install pyserial
- Building app.
- Adding admin authorization.
- Interfacing the hardware circuit.