Files
open-webui-docs/docs/getting-started/quick-start/tab-python/PythonUpdating.md
Timothy Jaeryang Baek c971f63561 refac
2024-12-08 21:51:35 -08:00

11 lines
347 B
Markdown

## Updating
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.