Flask Note Taking Website Example Requirements Latest version of Python flask library Flask-SQLAlchemy library flask-login library To install the requirements, open the repo in a terminal and type pip3 install -r requirements.txt Running the App python3 main.py Viewing the App Go to 127.0.0.1:5000