Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ai/open-webui/os-installs/mint.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pip install -U open-webui

## Install pyenv:
### Install git and curl
```
```
sudo apt install git
```

Expand Down
6 changes: 3 additions & 3 deletions docs/ai/open-webui/os-installs/oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ exec "$SHELL"
### Version check
```
pyenv --version
```
```

### Look for Python versions
```
Expand Down Expand Up @@ -195,14 +195,14 @@ conda activate owui
### Verify Python version in the new environment
```
python --version
```
```

You should see output showing Python 3.11.11.

### Install Open WebUI
```
pip install open-webui
```
```

### Start Open WebUI
```
Expand Down
6 changes: 3 additions & 3 deletions docs/ai/open-webui/os-installs/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pip install --upgrade pip
### Install Open WebUI
```
pip install open-webui
```
```

### Start Open WebUI
```
Expand Down Expand Up @@ -182,12 +182,12 @@ conda create --name owui python=3.11.11
### Activate the new environment
```
conda activate owui
```
```

### Verify Python version in the new environment
```
python --version
```
```

You should see output showing Python 3.11.11.

Expand Down