mirror of
https://github.com/open-webui/docs.git
synced 2026-01-03 02:09:51 +07:00
12 lines
359 B
Markdown
12 lines
359 B
Markdown
# Updating with Python
|
|
|
|
To update your locally installed **Open-WebUI** package to the latest version using `pip`, follow these simple steps:
|
|
|
|
```bash
|
|
pip install -U open-webui
|
|
```
|
|
|
|
The `-U` (or `--upgrade`) flag ensures that `pip` upgrades the package to the latest available version.
|
|
|
|
That's it! Your **Open-WebUI** package is now updated and ready to use.
|