Add pip fallback note to Windows install section

This commit is contained in:
Alextibtab 2026-05-31 16:46:31 +01:00
commit 57441b4e58

View file

@ -125,6 +125,8 @@ python setup.py
uvicorn app:app --host 0.0.0.0 --port 7000
```
If you don't have [uv](https://docs.astral.sh/uv/) installed, use `python -m venv venv` and `pip install .` instead.
Open `http://localhost:7000`, log in with the generated admin password,
and configure everything else inside **Settings**.