python -m venv myenv
.\myenv\Scripts\activate
python.exe -m pip install --upgrade pip
pip install -r requirements.txt
.\myenv\Scripts\activate
cd app
uvicorn main:app --reload
Run this URL in your browser: http://127.0.0.1:5500/app/index.html
python -m venv myenv
.\myenv\Scripts\activate
python.exe -m pip install --upgrade pip
pip install -r requirements.txt
.\myenv\Scripts\activate
cd app
uvicorn main:app --reload
Run this URL in your browser: http://127.0.0.1:5500/app/index.html