Windows
git clone https://github.com/Dev-Elie/Exploring-Flask_SQLAlchemy-Queries.git
cd Exploring-Flask_SQLAlchemy-Queries
py -3 -m venv venv
macOS/Linux
git clone https://github.com/Dev-Elie/Exploring-Flask_SQLAlchemy-Queries.git
cd Exploring-Flask_SQLAlchemy-Queries
python3 -m venv venv
Windows
venv\Scripts\activate
macOS/Linux
. venv/bin/activate
or
source venv/bin/activate
Applies for windows/macOS/Linux
pip install Flask-SQLAlchemy
For linux and macOS
python create.py
Open a python shell on your machine and proceed with the exploring queries in the article