[PR #445] [MERGED] feat: pip options in tools/functions install requirements #513

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/445
Author: @nikes
Created: 3/12/2025
Status: Merged
Merged: 3/15/2025
Merged by: @tjbck

Base: mainHead: feat/pip-options


📝 Commits (1)

  • b26a4cb feat: pip options in tools/functions install requirements

📊 Changes

1 file changed (+14 additions, -0 deletions)

View changed files

📝 docs/getting-started/env-configuration.md (+14 -0)

📄 Description

This documentation update provides an overview of the new feature that allows passing optional arguments ([options] & [package-index-options]) to pip install commands within our tools/functions. By doing so, users can specify custom indexes, use proxies, or include additional configuration options during package installation. The instructions herein detail how to integrate these arguments into various workflows and ensure alignment with official pip usage patterns.


🔄 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/445 **Author:** [@nikes](https://github.com/nikes) **Created:** 3/12/2025 **Status:** ✅ Merged **Merged:** 3/15/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `feat/pip-options` --- ### 📝 Commits (1) - [`b26a4cb`](https://github.com/open-webui/docs/commit/b26a4cb818ade03a937c2d30637ecfc5d4bd7f12) feat: pip options in tools/functions install requirements ### 📊 Changes **1 file changed** (+14 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/getting-started/env-configuration.md` (+14 -0) </details> ### 📄 Description This documentation update provides an overview of the new feature that allows passing optional arguments ([options] & [package-index-options]) to pip install commands within our tools/functions. By doing so, users can specify custom indexes, use proxies, or include additional configuration options during package installation. The instructions herein detail how to integrate these arguments into various workflows and ensure alignment with official pip usage patterns. --- <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:24 -05:00
yindo closed this issue 2026-02-15 17:17:24 -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#513