How to run Create a virtual environment: python -m venv .venv Install the dependencies: uv install Run the app: python hello.py