File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,8 @@ To install with ``conda``:
153153
154154.. end installation
155155
156- Additionally, for better support, install `psutil <https://pypi.org/project/psutil/ >`_ by specifying the ``terminals `` extra:
156+ Additionally, for better support in terminals,
157+ install `psutil <https://pypi.org/project/psutil/ >`_ by specifying the ``terminals `` extra:
157158
158159.. code-block :: bash
159160
Original file line number Diff line number Diff line change @@ -136,6 +136,14 @@ Installation
136136
137137.. end installation
138138
139+ Additionally, for better support in terminals,
140+ install `psutil <https://pypi.org/project/psutil/ >`_ by specifying the ``terminals `` extra:
141+
142+ .. prompt :: bash
143+
144+ python -m pip install consolekit[terminals]
145+
146+
139147.. toctree ::
140148 :hidden:
141149
You can’t perform that action at this time.
0 commit comments