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
|
```bash
|
||||||
uvx openrag
|
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>
|
<details closed>
|
||||||
<summary>Install a local wheel without uvx</summary>
|
<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>
|
</details>
|
||||||
4. Continue with [Set up OpenRAG with the TUI](#setup).
|
4. Continue with [Set up OpenRAG with the TUI](#setup).
|
||||||
|
|
||||||
|
|
||||||
## 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.
|
The TUI creates a `.env` file in your OpenRAG directory root and starts OpenRAG.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue