From e138a3d48b1fa1153ce5c99779ccd4cfa20c65d6 Mon Sep 17 00:00:00 2001 From: Michael Han <107991372+shimmyshimmer@users.noreply.github.com> Date: Tue, 17 Mar 2026 16:08:40 -0700 Subject: [PATCH] Update install instructions.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 169fc80ea..31d7a188d 100644 --- a/README.md +++ b/README.md @@ -48,14 +48,7 @@ Unsloth Studio works on **Windows, Linux, WSL** and **macOS**. * **macOS:** Currently supports chat only; **MLX training** is coming very soon * **Multi-GPU:** Available now, with a major upgrade on the way -#### Windows, MacOS Linux or WSL: -``` -pip install unsloth -unsloth studio setup -unsloth studio -H 0.0.0.0 -p 8888 -``` -Use our [Docker image](https://hub.docker.com/r/unsloth/unsloth) ```unsloth/unsloth``` container. Read our [Docker Guide](https://unsloth.ai/docs/get-started/install/docker). -#### Git from source +#### Windows, MacOS, Linux or WSL: ``` git clone https://github.com/unslothai/unsloth.git cd unsloth @@ -63,6 +56,7 @@ pip install -e . unsloth studio setup unsloth studio -H 0.0.0.0 -p 8888 ``` +Use our [Docker image](https://hub.docker.com/r/unsloth/unsloth) ```unsloth/unsloth``` container. Read our [Docker Guide](https://unsloth.ai/docs/get-started/install/docker). ### Unsloth Core (code-based) #### Windows, Linux, WSL