File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -157,3 +157,9 @@ install `psutil <https://pypi.org/project/psutil/>`_ by specifying the ``termina
157
157
.. code-block :: bash
158
158
159
159
$ python -m pip install consolekit[terminals]
160
+
161
+ or, if you installed ``consolekit `` through conda:
162
+
163
+ .. code-block :: bash
164
+
165
+ $ conda install -c conda-forge psutil
Original file line number Diff line number Diff line change @@ -143,6 +143,12 @@ install `psutil <https://pypi.org/project/psutil/>`_ by specifying the ``termina
143
143
144
144
python -m pip install consolekit[terminals]
145
145
146
+ or, if you installed ``consolekit `` through conda:
147
+
148
+ .. prompt :: bash
149
+
150
+ conda install -c conda-forge psutil
151
+
146
152
147
153
.. toctree ::
148
154
:hidden:
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ version: '1.1.0'
9
9
license : ' MIT'
10
10
short_desc : ' Additional utilities for click.'
11
11
12
+ conda_extras :
13
+ - none
14
+
12
15
python_versions :
13
16
- 3.6
14
17
- 3.7
You can’t perform that action at this time.
0 commit comments