fix: python 3.11

This commit is contained in:
Timothy J. Baek 2024-11-05 21:41:46 -08:00
parent a9bad6bfdc
commit 1d5b291422
2 changed files with 2 additions and 2 deletions

View File

@ -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:**

View File

@ -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:**