Skip to content

Commit 4e4f1e5

Browse files
committed
Corrects pip install command
see exercism#332
1 parent 3519060 commit 4e4f1e5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/TESTS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ We recommend you install [pytest](http://pytest.org/latest/) and
55
tool that will give you more flexibility over running your unit tests.
66

77
```bash
8-
pip install
9-
pytest pytest-cache
8+
pip install pytest pytest-cache
109
```
1110

1211
If you get a `command not found` response from your system, you can find a

0 commit comments

Comments
 (0)