Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,15 @@ uv venv --python=3.12 .venv
uv pip install magentic-ui
```

or use `uvx` to run it
```bash
uvx --from magentic-ui magentic ui --port 8081
```
with ollama support
```bash
uvx --from magentic-ui[ollama] magentic ui --port 8081
```

### Running Magentic-UI

To run Magentic-UI, make sure that Docker is running, then run the following command:
Expand Down