Skip to content

Commit 097624e

Browse files
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 <noreply@anthropic.com>
1 parent 37538d6 commit 097624e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
</p>
1919

2020
<p align="center">
21+
<a href="https://pypi.org/project/soup-cli/"><img src="https://img.shields.io/pypi/v/soup-cli?color=blue" alt="PyPI"></a>
2122
<img src="https://img.shields.io/badge/python-3.9%2B-blue" alt="Python 3.9+">
2223
<img src="https://img.shields.io/badge/license-MIT-green" alt="MIT License">
2324
<img src="https://img.shields.io/badge/tests-147%20passed-brightgreen" alt="Tests">
@@ -29,7 +30,7 @@
2930
Soup turns the pain of LLM fine-tuning into a simple workflow. One config, one command, done.
3031

3132
```bash
32-
pip install git+https://github.com/MakazhanAlpamys/Soup.git
33+
pip install soup-cli
3334
soup init --template chat
3435
soup train
3536
```
@@ -48,11 +49,11 @@ Training LLMs is still painful. Even experienced teams spend 30-50% of their tim
4849
### 1. Install
4950

5051
```bash
51-
# From GitHub (recommended for now):
52-
pip install git+https://github.com/MakazhanAlpamys/Soup.git
52+
# From PyPI (recommended):
53+
pip install soup-cli
5354

54-
# From PyPI (coming soon):
55-
# pip install soup-cli
55+
# Or from GitHub (latest dev):
56+
pip install git+https://github.com/MakazhanAlpamys/Soup.git
5657
```
5758

5859
### 2. Create config

0 commit comments

Comments
 (0)