uvx-as-quickstart

This commit is contained in:
Mendon Kissling 2025-10-28 10:24:40 -04:00
parent c9d4b98069
commit 728228ad3a

View file

@ -32,6 +32,10 @@ If you prefer running Podman or Docker containers and manually editing `.env` fi
The OpenRAG wheel installs the Terminal User Interface (TUI) for configuring and running OpenRAG. The OpenRAG wheel installs the Terminal User Interface (TUI) for configuring and running OpenRAG.
To quickly install and start OpenRAG, run `uvx openrag`.
To first set up a project and then install OpenRAG, do the following:
1. Create a new project with a virtual environment using `uv init`. 1. Create a new project with a virtual environment using `uv init`.
```bash ```bash