Skip to content

Commit f3ffcd0

Browse files
committed
Don't install extras by default when installing from conda.
1 parent 847ae3b commit f3ffcd0

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,9 @@ install `psutil <https://pypi.org/project/psutil/>`_ by specifying the ``termina
157157
.. code-block:: bash
158158
159159
$ 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

doc-source/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@ install `psutil <https://pypi.org/project/psutil/>`_ by specifying the ``termina
143143

144144
python -m pip install consolekit[terminals]
145145

146+
or, if you installed ``consolekit`` through conda:
147+
148+
.. prompt:: bash
149+
150+
conda install -c conda-forge psutil
151+
146152

147153
.. toctree::
148154
:hidden:

repo_helper.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ version: '1.1.0'
99
license: 'MIT'
1010
short_desc: 'Additional utilities for click.'
1111

12+
conda_extras:
13+
- none
14+
1215
python_versions:
1316
- 3.6
1417
- 3.7

0 commit comments

Comments
 (0)