Skip to content

Commit

Permalink
docs: Indicate support for asyncclick
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed May 30, 2022
1 parent 4fa1f04 commit 1e37bf6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ Alternatively, install from source by cloning this repo then running
$ python setup.py install
*sphinx-click* supports both `click`__ and `asyncclick`__. If *asyncclick* is
found, it will be preferred.

.. important::

Both the package you're referencing and any dependencies **must be
installed**.

.. __: https://pypi.org/project/click/
.. __: https://pypi.org/project/asyncclick/

0 comments on commit 1e37bf6

Please sign in to comment.