An to try Google's new Mesop web framework.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Enter the virtual environment, if you haven't done already:
source .venv/bin/activate
Start the app:
mesop counter.py
mesop hello_world.py