mirror of
https://github.com/open-webui/docs.git
synced 2026-01-04 10:46:26 +07:00
fix: python 3.11
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
1. **Create a Conda Environment:**
|
||||
|
||||
```bash
|
||||
conda create -n open-webui python=3.9
|
||||
conda create -n open-webui python=3.11
|
||||
```
|
||||
|
||||
2. **Activate the Environment:**
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
1. **Create a Conda Environment:**
|
||||
|
||||
```bash
|
||||
conda create -n open-webui python=3.9
|
||||
conda create -n open-webui python=3.11
|
||||
```
|
||||
|
||||
2. **Activate the Environment:**
|
||||
|
||||
Reference in New Issue
Block a user