Skip to content

Commit d73bc40

Browse files
authored
Merge pull request #23 from itprodirect/codex/review-repo-and-suggest-improvements-orn3g1
fix: resolve requirements merge conflict
2 parents 1c04a33 + 8806cef commit d73bc40

10 files changed

Lines changed: 458 additions & 413 deletions

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ venv\Scripts\activate
4747
```bash
4848
pip install -r requirements.txt
4949
```
50+
This installs both third-party libraries and the local `mcp101` package, so the
51+
CLI and utilities can be imported from anywhere in the project.
5052
<div style="background-color:#fff7e6;border-left:4px solid #ff8c00;padding:10px;margin:10px 0;">
5153
<strong>Time Saver:</strong> A single command installs everything needed so independent agents can start experimenting right away.
5254
</div>
@@ -112,10 +114,10 @@ Use the command-line interface to run common tasks directly from the terminal.
112114

113115
```bash
114116
# Calculate profit from revenue and cost
115-
python src/cli.py profit 1000 600
117+
mcp101-cli profit 1000 600
116118

117119
# Total commission from the sample dataset
118-
python src/cli.py commission data/insurance_sales.csv
120+
mcp101-cli commission data/insurance_sales.csv
119121
```
120122

121123
---

0 commit comments

Comments
 (0)