Skip to content

Commit 8a60315

Browse files
Copilotdev-ankit
andcommitted
Add uvx usage with GitHub URL to README
- Add instruction to run directly from GitHub without cloning - Reorganize uvx examples with GitHub URL first - Update wording for PyPI example Co-authored-by: dev-ankit <1901680+dev-ankit@users.noreply.github.com>
1 parent e1720f0 commit 8a60315

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ Compare performance results between two Locust runs and show changes relative to
1717

1818
### With uvx (recommended)
1919

20-
Run directly from a local directory:
20+
Run directly from GitHub without cloning:
21+
22+
```bash
23+
uvx --from git+https://github.com/dev-ankit/locust-compare.git locust-compare test_runs/HTML-Report-292 test_runs/HTML-Report-294
24+
```
25+
26+
Or from a local directory:
2127

2228
```bash
2329
uvx --from . locust-compare test_runs/HTML-Report-292 test_runs/HTML-Report-294
@@ -31,7 +37,7 @@ cd locust-compare
3137
uvx --from . locust-compare test_runs/HTML-Report-292 test_runs/HTML-Report-294
3238
```
3339

34-
Once published to PyPI, you can run without cloning:
40+
Once published to PyPI, you can run without any prefix:
3541

3642
```bash
3743
uvx locust-compare test_runs/HTML-Report-292 test_runs/HTML-Report-294

0 commit comments

Comments
 (0)