Skip to content

Commit 5963671

Browse files
committed
fix: Use more canonical examples of installing with poetry and uv in the README.md file.
1 parent ff527a4 commit 5963671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To install `pytest-brightest` using `uv`, a fast Python package installer and
7676
resolver, run the following command:
7777

7878
```bash
79-
uv pip install pytest-brightest
79+
uv add pytest-brightest --group dev
8080
```
8181

8282
### Using `poetry`
@@ -85,7 +85,7 @@ To install `pytest-brightest` using `poetry`, a tool for dependency management
8585
and packaging in Python, run the following command:
8686

8787
```bash
88-
poetry add pytest-brightest
88+
poetry add pytest-brightest --group dev
8989
```
9090

9191
## 🛠️ Modes of Operation

0 commit comments

Comments
 (0)