mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-29 20:04:30 +01:00
Update README
This commit is contained in:
parent
ee945517ff
commit
90f42f311a
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue