Skip to content

Commit 2d9a459

Browse files
committed
f
1 parent aa72c8c commit 2d9a459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can currently install this package from PyPI.
2828
pip install nbresuse[resources]
2929
```
3030

31-
The above command will install NBResuse along with `psutil` (used for getting hardware usage information from the system). If you would like to install NBReuse _without_ `psutil` (in which case NBResuse does essentially nothing), run `pip install nbresuse`.
31+
The above command will install NBResuse along with `psutil` Python package (which is used for getting hardware usage information from the system). If you would like to install NBResuse _without_ `psutil` (in which case NBResuse does essentially nothing), run `pip install nbresuse` instead.
3232

3333
**If your notebook version is < 5.3**, you need to enable the extension manually.
3434

0 commit comments

Comments
 (0)