This commit is contained in:
Timothy Jaeryang Baek 2025-01-08 13:38:25 -08:00
parent 36d56a08c4
commit fe642b4d6d
3 changed files with 10 additions and 2 deletions

View File

@ -68,6 +68,14 @@ Choose your preferred installation method below:
</TabItem> </TabItem>
<TabItem value="python" label="Python"> <TabItem value="python" label="Python">
<Tabs> <Tabs>
{/* <TabItem value="uvx" label="uvx">
<div className='mt-5'>
<Uvx />
</div>
<PythonUpdating />
</TabItem> */}
<TabItem value="conda" label="Conda"> <TabItem value="conda" label="Conda">
<div className='mt-5'> <div className='mt-5'>
<Conda /> <Conda />

View File

@ -95,7 +95,7 @@ docker run -d --name watchtower --restart unless-stopped -v /var/run/docker.sock
## Manual Installation ## 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. 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`: #### Install `uv`:
@ -122,7 +122,7 @@ This command will:
2. Install Open WebUI along with its necessary dependencies. 2. Install Open WebUI along with its necessary dependencies.
3. Start the Open WebUI server. 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` ### Installation with `pip`