Update README

This commit is contained in:
oobabooga 2025-06-19 12:43:05 -07:00
parent ee945517ff
commit 90f42f311a

View file

@ -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