FLASK INSTALLATION
- Download python from the browser
- Select your folder
- Install a virtual environment using 'py -m venv .venv' to your terminal
- Activate our virtual environment by '.venv\Scripts\activate'
- Install Flask & SQL Alchemy - "pip install flask flask-sqlalchemy"
- Create a python file
- Import Flask and sqlalchemy within the file that you created