install-sentence-structure

This commit is contained in:
Mendon Kissling 2025-11-06 17:23:14 -05:00
parent bac94fd7da
commit 010415cece

View file

@ -36,7 +36,7 @@ To use OpenRAG on Windows, use [WSL (Windows Subsystem for Linux)](https://learn
Choose an installation method based on your needs:
* The automatic installer script detects and installs prerequisites and then runs OpenRAG. Recommended for first-time users.
* For new users, the automatic installer script detects and installs prerequisites and then runs OpenRAG.
* For a quick test, use `uvx` to run OpenRAG without creating a project or modifying files.
* Use `uv add` to install OpenRAG as a managed dependency in a new or existing Python project.
* Use `uv pip install` to install OpenRAG into an existing virtual environment.