You can either download this or to use the static stuff go here.
Open Powershell and do things python -m venv venv venv\Scripts\activate pip install fastapi uvicorn[standard] motor python-dotenv uvicorn app:app –host 0.0.0.0 –port 8000
Open Powershell and do things