Deploying the Flask example Create the venv: python3 -m venv .env Activate it .env\Scripts\activate Install django with pip pip3 install flask Deploy the server flask run