mirror of
https://github.com/open-webui/docs
synced 2025-05-21 11:46:15 +00:00
fix: python 3.11
This commit is contained in:
parent
a9bad6bfdc
commit
1d5b291422
@ -5,7 +5,7 @@
|
|||||||
1. **Create a Conda Environment:**
|
1. **Create a Conda Environment:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
conda create -n open-webui python=3.9
|
conda create -n open-webui python=3.11
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Activate the Environment:**
|
2. **Activate the Environment:**
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
1. **Create a Conda Environment:**
|
1. **Create a Conda Environment:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
conda create -n open-webui python=3.9
|
conda create -n open-webui python=3.11
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Activate the Environment:**
|
2. **Activate the Environment:**
|
||||||
|
Loading…
Reference in New Issue
Block a user