From 7517e0fb2f05fc9fd6ca0f2e9b3245671cb871d7 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 18 Mar 2026 06:33:54 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b049d53280..5326c8b349 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Unsloth Studio works on **Windows, Linux, WSL** and **macOS**. #### Windows, MacOS, Linux or WSL: ``` -pip install --upgrade pip && pip install uv +pip install --upgrade pip ; pip install uv uv pip install unsloth --torch-backend=auto unsloth studio setup unsloth studio -H 0.0.0.0 -p 8888 @@ -61,7 +61,7 @@ Use our [Docker image](https://hub.docker.com/r/unsloth/unsloth) ```unsloth/unsl You can also install directly from source: ``` -pip install --upgrade pip && pip install uv +pip install --upgrade pip ; pip install uv git clone --filter=blob:none https://github.com/unslothai/unsloth.git cd unsloth uv pip install -e . --torch-backend=auto @@ -72,7 +72,7 @@ unsloth studio -H 0.0.0.0 -p 8888 ### Unsloth Core (code-based) #### Windows, Linux, WSL ```bash -pip install --upgrade pip && pip install uv +pip install --upgrade pip ; pip install uv uv pip install unsloth --torch-backend=auto ``` For Windows, `pip install unsloth` works only if you have Pytorch installed. Read our [Windows Guide](https://unsloth.ai/docs/get-started/install/windows-installation).