Files
open-webui-docs/docs/getting-started/quick-start/tab-python/Conda.md
Silentoplayz fb8d31985e Markdownlit corrections in formatting
Markdownlit corrections in formatting
2024-12-17 17:11:14 -05:00

339 B

Install with Conda

  1. Create a Conda Environment:

    conda create -n open-webui python=3.11
    
  2. Activate the Environment:

    conda activate open-webui
    
  3. Install Open WebUI:

    pip install open-webui
    
  4. Start the Server:

    open-webui serve