Deploy this repository as a local website¶
This page describes how to deploy this website locally.
To work on the website locally first create a virtual environment and install the required dependencies:
Do I really need a virtual environment?
No.
python -m venv intro_python_venv
source intro_python_venv/bin/activate
pip install -r requirements.txt
Then serve the website and edit