From fe642b4d6dbb642d174fd9ca523be258390d7f21 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 8 Jan 2025 13:38:25 -0800 Subject: [PATCH] refac --- docs/getting-started/quick-start/index.mdx | 8 ++++++++ docs/getting-started/quick-start/tab-python/Uvx.md | 0 docs/intro.mdx | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 docs/getting-started/quick-start/tab-python/Uvx.md diff --git a/docs/getting-started/quick-start/index.mdx b/docs/getting-started/quick-start/index.mdx index dced875..a453a08 100644 --- a/docs/getting-started/quick-start/index.mdx +++ b/docs/getting-started/quick-start/index.mdx @@ -68,6 +68,14 @@ Choose your preferred installation method below: + {/* +
+ +
+ +
*/} + +
diff --git a/docs/getting-started/quick-start/tab-python/Uvx.md b/docs/getting-started/quick-start/tab-python/Uvx.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/intro.mdx b/docs/intro.mdx index 6f3fb81..b89df47 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -95,7 +95,7 @@ docker run -d --name watchtower --restart unless-stopped -v /var/run/docker.sock ## Manual Installation -### Installation with `uvx` +{/* ### Installation with `uvx` It is highly recommended to use **`uv`**, a Python runtime manager, to ensure seamless Python environment management and avoid conflicts. Using `uv` is especially helpful when running multiple Python projects with different dependencies. #### Install `uv`: @@ -122,7 +122,7 @@ This command will: 2. Install Open WebUI along with its necessary dependencies. 3. Start the Open WebUI server. -After running this command, Open WebUI will be served at [http://localhost:8080](http://localhost:8080). Enjoy! 😄 +After running this command, Open WebUI will be served at [http://localhost:8080](http://localhost:8080). Enjoy! 😄 */} ### Installation with `pip`