mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-08-09 10:39:11 +02:00
Add pip fallback note to Windows install section
This commit is contained in:
parent
496f0f068d
commit
57441b4e58
1 changed files with 2 additions and 0 deletions
|
|
@ -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**.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue