From d30ff9ae186228c031673daf7692de9b4ef3d747 Mon Sep 17 00:00:00 2001 From: Alpamys Date: Fri, 20 Feb 2026 16:29:10 +0500 Subject: [PATCH] Update install instructions: GitHub install as primary, PyPI coming soon Co-Authored-By: Claude Opus 4.6 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8724c0..35b8aec 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Soup turns the pain of LLM fine-tuning into a simple workflow. One config, one command, done. ```bash -pip install soup-cli +pip install git+https://github.com/MakazhanAlpamys/Soup.git soup init --template chat soup train ``` @@ -24,7 +24,11 @@ Training LLMs is still painful. Even experienced teams spend 30-50% of their tim ### 1. Install ```bash -pip install soup-cli +# From GitHub (recommended for now): +pip install git+https://github.com/MakazhanAlpamys/Soup.git + +# From PyPI (coming soon): +# pip install soup-cli ``` ### 2. Create config