mirror of
https://github.com/open-webui/docs
synced 2025-05-20 19:26:22 +00:00
fix: python 3.11
This commit is contained in:
parent
a9bad6bfdc
commit
1d5b291422
@ -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:**
|
||||
|
Loading…
Reference in New Issue
Block a user