- Python
- Flask
- 
Install Python 
- 
On the command line, run the following (a path to the requirements.txt file should be specified accordingly): pip install -r requirements.txt
- 
Run the main.py file with Python: python main.py
- 
Finally, open the following address in your web browser: http://localhost:5000 
