Skip to content

Commit 05d4f50

Browse files
committed
Minor changes
1 parent ad72f8a commit 05d4f50

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
@@ -12,7 +12,7 @@ After that, all normal `ipython` commands will use this newly-installed version
1212

1313
## Running tests
1414

15-
Ensure you have `nosetests` installed
15+
Ensure you have `nosetests` installed with
1616

1717
```bash
1818
pip install nose
@@ -26,7 +26,7 @@ nosetests ipykernel
2626

2727
## Running tests with coverage
2828

29-
Follow the instructions from `Running tests`, then ensure you have the `coverage` module installed
29+
Follow the instructions from `Running tests`. Ensure you have the `coverage` module installed with
3030

3131
```bash
3232
pip install coverage

0 commit comments

Comments
 (0)