From 57441b4e5892330b58d729b67aa33e409ef53874 Mon Sep 17 00:00:00 2001 From: Alextibtab <14alexcockburn@gmail.com> Date: Sun, 31 May 2026 16:46:31 +0100 Subject: [PATCH] Add pip fallback note to Windows install section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9717358a8..41f43852d 100644 --- a/README.md +++ b/README.md @@ -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**.