Skip to content

Commit

Permalink
docs: Don't recommend using 'setup.py'
Browse files Browse the repository at this point in the history
This is a dying pattern.

Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed May 30, 2022
1 parent 1e37bf6 commit 302b655
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Install the plugin using `pip`:
$ pip install sphinx-click
Alternatively, install from source by cloning this repo then running
`setup.py`:
Alternatively, install from source by cloning this repo then running `pip`
locally:

.. code-block:: shell
$ python setup.py install
$ pip install .
Usage
-----
Expand Down
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Install the plugin using `pip`:
$ pip install sphinx-click
Alternatively, install from source by cloning this repo then running
`setup.py`:
Alternatively, install from source by cloning this repo then running `pip`
locally:

.. code-block:: shell
$ python setup.py install
$ pip install .
*sphinx-click* supports both `click`__ and `asyncclick`__. If *asyncclick* is
found, it will be preferred.
Expand Down

0 comments on commit 302b655

Please sign in to comment.