git clone https://github.com/jamesbmour/blog_tutorials.git
cd blog_tutorialspoetry install
# activate the virtual environment
poetry shell
# create a virtual environment
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt