You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ You can currently install this package from PyPI.
28
28
pip install nbresuse[resources]
29
29
```
30
30
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.
32
32
33
33
**If your notebook version is < 5.3**, you need to enable the extension manually.
0 commit comments