From 097624e44db0425603da991a1654bad4fd4435a8 Mon Sep 17 00:00:00 2001 From: Alpamys Date: Mon, 2 Mar 2026 21:06:38 +0500 Subject: [PATCH] Update README: soup-cli now on PyPI, add PyPI badge - Change primary install to `pip install soup-cli` - Move GitHub install to secondary option - Add PyPI version badge Co-Authored-By: Claude Opus 4.6 --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9f7cab1..7f41975 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@

+ PyPI Python 3.9+ MIT License Tests @@ -29,7 +30,7 @@ Soup turns the pain of LLM fine-tuning into a simple workflow. One config, one command, done. ```bash -pip install git+https://github.com/MakazhanAlpamys/Soup.git +pip install soup-cli soup init --template chat soup train ``` @@ -48,11 +49,11 @@ Training LLMs is still painful. Even experienced teams spend 30-50% of their tim ### 1. Install ```bash -# From GitHub (recommended for now): -pip install git+https://github.com/MakazhanAlpamys/Soup.git +# From PyPI (recommended): +pip install soup-cli -# From PyPI (coming soon): -# pip install soup-cli +# Or from GitHub (latest dev): +pip install git+https://github.com/MakazhanAlpamys/Soup.git ``` ### 2. Create config