From 2b9e7be7a2fc65de397758c85ec4a37e1c176f25 Mon Sep 17 00:00:00 2001 From: Peter De-Ath Date: Mon, 31 Mar 2025 20:26:40 +0100 Subject: [PATCH] fix formatting --- docs/ai/open-webui/os-installs/mint.md | 2 +- docs/ai/open-webui/os-installs/oracle.md | 6 +++--- docs/ai/open-webui/os-installs/ubuntu.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/ai/open-webui/os-installs/mint.md b/docs/ai/open-webui/os-installs/mint.md index c99ac92..47e5121 100644 --- a/docs/ai/open-webui/os-installs/mint.md +++ b/docs/ai/open-webui/os-installs/mint.md @@ -67,7 +67,7 @@ pip install -U open-webui ## Install pyenv: ### Install git and curl -``` +``` sudo apt install git ``` diff --git a/docs/ai/open-webui/os-installs/oracle.md b/docs/ai/open-webui/os-installs/oracle.md index 1f56372..d43d27a 100644 --- a/docs/ai/open-webui/os-installs/oracle.md +++ b/docs/ai/open-webui/os-installs/oracle.md @@ -97,7 +97,7 @@ exec "$SHELL" ### Version check ``` pyenv --version -``` +``` ### Look for Python versions ``` @@ -195,14 +195,14 @@ conda activate owui ### Verify Python version in the new environment ``` python --version -``` +``` You should see output showing Python 3.11.11. ### Install Open WebUI ``` pip install open-webui -``` +``` ### Start Open WebUI ``` diff --git a/docs/ai/open-webui/os-installs/ubuntu.md b/docs/ai/open-webui/os-installs/ubuntu.md index afb8142..7379ca3 100644 --- a/docs/ai/open-webui/os-installs/ubuntu.md +++ b/docs/ai/open-webui/os-installs/ubuntu.md @@ -120,7 +120,7 @@ pip install --upgrade pip ### Install Open WebUI ``` pip install open-webui -``` +``` ### Start Open WebUI ``` @@ -182,12 +182,12 @@ conda create --name owui python=3.11.11 ### Activate the new environment ``` conda activate owui -``` +``` ### Verify Python version in the new environment ``` python --version -``` +``` You should see output showing Python 3.11.11.