docs/docs/getting-started/quick-start/tab-python/CondaUnix.md
2024-11-05 21:41:46 -08:00

340 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