[PR #426] [CLOSED] doc: add uv tool install instructions #500

Closed
opened 2026-02-15 17:17:19 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/426
Author: @jerieljan
Created: 3/2/2025
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • f6e4914 Added uv tool install instructions.
  • d9d5856 Readded the DATA_DIR portion for the uvx part of the doc.

📊 Changes

1 file changed (+23 additions, -5 deletions)

View changed files

📝 docs/intro.mdx (+23 -5)

📄 Description

After using uv for quite a while and after consulting uv's own documentation, I believe it's better to use uv tool install when installing open-webui via uv, instead of uvx

uv documentation on tools: https://docs.astral.sh/uv/guides/tools/#installing-tools

Doing it this way makes it so that uv keeps open-webui properly in ~/.local/share/uv/tools/ rather than ~/.cache/uv

This pull request adds those instructions.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/426 **Author:** [@jerieljan](https://github.com/jerieljan) **Created:** 3/2/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`f6e4914`](https://github.com/open-webui/docs/commit/f6e49141f74d8d6525ae892c1d195a553c00ae82) Added `uv tool install` instructions. - [`d9d5856`](https://github.com/open-webui/docs/commit/d9d5856a745df10d8befe08e6295b5d621b60882) Readded the DATA_DIR portion for the uvx part of the doc. ### 📊 Changes **1 file changed** (+23 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `docs/intro.mdx` (+23 -5) </details> ### 📄 Description After using `uv` for quite a while and after consulting `uv`'s own documentation, I believe it's better to use `uv tool install` when installing open-webui via `uv`, instead of `uvx` uv documentation on tools: https://docs.astral.sh/uv/guides/tools/#installing-tools Doing it this way makes it so that `uv` keeps `open-webui` properly in `~/.local/share/uv/tools/` rather than `~/.cache/uv` This pull request adds those instructions. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:17:19 -05:00
yindo closed this issue 2026-02-15 17:17:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#500