- Downlaod the repositry.
- Create virual environment.
python -m venv env
- activate virtual environment.
- On Linux/MacOS X, run:
source env/bin/activate
- On Windows, run:
env\Scripts\activate.bat
- On Linux/MacOS X, run:
- Install the required packages.
pip install -r requirements.txt
- Run the application.
python3 -m flask run
- Open http://127.0.0.1:5000/ in your browser.