install-specific-version
This commit is contained in:
parent
af7eaddfb1
commit
c9d4b98069
1 changed files with 3 additions and 1 deletions
|
|
@ -51,6 +51,9 @@ The OpenRAG wheel installs the Terminal User Interface (TUI) for configuring and
|
|||
```bash
|
||||
uvx openrag
|
||||
```
|
||||
|
||||
To install a specific version of the Langflow package, add the required version to the command, such as `uvx --from openrag==0.1.25 openrag`.
|
||||
|
||||
<details closed>
|
||||
<summary>Install a local wheel without uvx</summary>
|
||||
|
||||
|
|
@ -79,7 +82,6 @@ The OpenRAG wheel installs the Terminal User Interface (TUI) for configuring and
|
|||
</details>
|
||||
4. Continue with [Set up OpenRAG with the TUI](#setup).
|
||||
|
||||
|
||||
## Set up OpenRAG with the TUI {#setup}
|
||||
|
||||
The TUI creates a `.env` file in your OpenRAG directory root and starts OpenRAG.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue