From 6bf81e4a48915d54b681a2b42fe1319613276ff9 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 18 Mar 2026 06:59:37 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c862d52b6b..e0c2dfc1c6 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,8 @@ uv run 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 -U pip uv +uv venv 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).