From 90f42f311a5f6ae41ae822c262b8bc1d1c7313ae Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 19 Jun 2025 12:43:05 -0700 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d75b8591..ac508f78 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,10 @@ Manual portable installation with venv Very fast setup that should work on any Python 3.9+: ```bash +# Clone repository +git clone https://github.com/oobabooga/text-generation-webui +cd text-generation-webui + # Create virtual environment python -m venv venv @@ -91,10 +95,6 @@ venv\Scripts\activate # On macOS/Linux: source venv/bin/activate -# Clone the repository -git clone https://github.com/oobabooga/text-generation-webui -cd text-generation-webui - # Install dependencies (choose appropriate file under requirements/portable for your hardware) pip install -r requirements/portable/requirements.txt