This commit is contained in:
Timothy Jaeryang Baek
2024-12-08 21:51:35 -08:00
parent 7126e3a9fa
commit c971f63561
4 changed files with 19 additions and 39 deletions

View File

@@ -0,0 +1,11 @@
## 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.