A web application for an automatic Guitar Tuner Device.
pip install pipenv
From the root folder of the application, initilize a new virtual environment (which is managed by Pipenv):
pipenv shell
pipenv install
With the above command, all the packages that are listed in Pipfile will be installed on the above virtual enviroment.
python app.py
exit