mirror of
https://github.com/open-webui/docs.git
synced 2026-01-02 17:59:41 +07:00
refac
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
|
||||
|
||||
# Install with Conda
|
||||
|
||||
1. **Create a Conda Environment:**
|
||||
|
||||
```bash
|
||||
conda create -n open-webui python=3.11
|
||||
```
|
||||
|
||||
2. **Activate the Environment:**
|
||||
|
||||
```bash
|
||||
conda activate open-webui
|
||||
```
|
||||
|
||||
3. **Install Open WebUI:**
|
||||
|
||||
```bash
|
||||
pip install open-webui
|
||||
```
|
||||
|
||||
4. **Start the Server:**
|
||||
|
||||
```bash
|
||||
open-webui serve
|
||||
```
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user