From 75da2e00c2f419708f6c6e26776f3835a2cfb9d7 Mon Sep 17 00:00:00 2001 From: Michael Han <107991372+shimmyshimmer@users.noreply.github.com> Date: Tue, 17 Mar 2026 20:04:04 -0700 Subject: [PATCH] Update install instructions.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5d4c9715..692887088 100644 --- a/README.md +++ b/README.md @@ -50,13 +50,20 @@ Unsloth Studio works on **Windows, Linux, WSL** and **macOS**. #### 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). + +You can also install directly from source: +``` git clone https://github.com/unslothai/unsloth.git cd unsloth 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