From c145b5de62c375ea702daca586e0eb409cc6c451 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Sun, 31 Aug 2025 10:35:39 +0200 Subject: [PATCH] Update intro.mdx --- docs/intro.mdx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/intro.mdx b/docs/intro.mdx index 19dcd447..58e905bc 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -148,13 +148,21 @@ Once `uv` is installed, running Open WebUI is a breeze. Use the command below, e $env:DATA_DIR="C:\open-webui\data"; uvx --python 3.11 open-webui@latest serve ``` +:::note +**For PostgreSQL Support:** +The default installation now uses a slimmed-down package. If you need **PostgreSQL support**, install with all optional dependencies: + +```bash +pip install open-webui[all] +``` +::: ### Installation with `pip` For users installing Open WebUI with Python's package manager `pip`, **it is strongly recommended to use Python runtime managers like `uv` or `conda`**. These tools help manage Python environments effectively and avoid conflicts. -Python 3.11 is the development environment. Python 3.12 seems to work but has not been thoroughly tested. Python 3.13 is entirely untested—**use at your own risk**. +Python 3.11 is the development environment. Python 3.12 seems to work but has not been thoroughly tested. Python 3.13 is entirely untested and some dependencies do not work with Python 3.13 yet—**use at your own risk**. 1. **Install Open WebUI**: @@ -220,4 +228,4 @@ We are deeply grateful for the generous grant support provided by: - \ No newline at end of file +