mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
[PR #426] [CLOSED] doc: add uv tool install instructions #500
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/docs/pull/426
Author: @jerieljan
Created: 3/2/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
f6e4914Addeduv tool installinstructions.d9d5856Readded 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
uvfor quite a while and after consultinguv's own documentation, I believe it's better to useuv tool installwhen installing open-webui viauv, instead ofuvxuv documentation on tools: https://docs.astral.sh/uv/guides/tools/#installing-tools
Doing it this way makes it so that
uvkeepsopen-webuiproperly in~/.local/share/uv/tools/rather than~/.cache/uvThis pull request adds those instructions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.