mirror of
https://github.com/open-webui/docs
synced 2025-05-20 11:18:42 +00:00
Add CondaWindows.md changes from feature-nginx-combined
This commit is contained in:
parent
373cf0ab13
commit
c5e7df03aa
27
docs/getting-started/quick-start/tab-python/CondaWindows.md
Normal file
27
docs/getting-started/quick-start/tab-python/CondaWindows.md
Normal file
@ -0,0 +1,27 @@
|
||||
|
||||
|
||||
# Install with Conda
|
||||
|
||||
1. **Create a Conda Environment:**
|
||||
|
||||
```bash
|
||||
conda create -n open-webui python=3.9
|
||||
```
|
||||
|
||||
2. **Activate the Environment:**
|
||||
|
||||
```bash
|
||||
conda activate open-webui
|
||||
```
|
||||
|
||||
3. **Install Open WebUI:**
|
||||
|
||||
```bash
|
||||
pip install open-webui
|
||||
```
|
||||
|
||||
4. **Start the Server:**
|
||||
|
||||
```bash
|
||||
open-webui serve
|
||||
```
|
Loading…
Reference in New Issue
Block a user