Study/Coding

Installing Open WebUI on Windows

Haayany 2025. 11. 14. 04:46

1. Install Python
2. Install open-webui through the installed python
3. 

python 3.11 - https://www.python.org/ftp/python/3.11.9/python-3.11.9-amd64.exe

* https://www.python.org/downloads/windows/
**other versions of python installed will not work. See the image below

***if you have other versions already installed, no need to delete the existing ones but use following command to select python version.

py -3.11 -m pip install open-webui

 

 

 

'Study > Coding' 카테고리의 다른 글

DOM objects/elements  (0) 2020.05.22
Scope and Hoisting  (0) 2020.03.01
Array  (0) 2020.03.01
Objects  (0) 2020.02.17
Functions  (0) 2020.02.12