mirror of
https://github.com/open-webui/docs
synced 2025-05-20 19:26:22 +00:00
refac
This commit is contained in:
parent
36d56a08c4
commit
fe642b4d6d
@ -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 />
|
||||||
|
0
docs/getting-started/quick-start/tab-python/Uvx.md
Normal file
0
docs/getting-started/quick-start/tab-python/Uvx.md
Normal 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`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user