Skip to content

Commit c145b5d

Browse files
authored
Update intro.mdx
1 parent 9412317 commit c145b5d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/intro.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,21 @@ Once `uv` is installed, running Open WebUI is a breeze. Use the command below, e
148148
$env:DATA_DIR="C:\open-webui\data"; uvx --python 3.11 open-webui@latest serve
149149
```
150150

151+
:::note
152+
**For PostgreSQL Support:**
151153

154+
The default installation now uses a slimmed-down package. If you need **PostgreSQL support**, install with all optional dependencies:
155+
156+
```bash
157+
pip install open-webui[all]
158+
```
159+
:::
152160

153161
### Installation with `pip`
154162

155163
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.
156164

157-
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**.
165+
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**.
158166

159167
1. **Install Open WebUI**:
160168

@@ -220,4 +228,4 @@ We are deeply grateful for the generous grant support provided by:
220228
</a>
221229

222230

223-
</div>
231+
</div>

0 commit comments

Comments
 (0)