Skip to content

Commit

Permalink
[3.5] Add info about dist extras to docs (#3493) (#3774)
Browse files Browse the repository at this point in the history
(cherry picked from commit 263fb5d)

Co-authored-by: Sviatoslav Sydorenko <[email protected]>
  • Loading branch information
asvetlov and webknjaz committed May 16, 2019
1 parent 82410fe commit a8a47df
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@ This option is highly recommended:
$ pip install aiodns
Installing speedups altogether
------------------------------

The following will get you ``aiohttp`` along with :term:`chardet`,
:term:`aiodns` and ``brotlipy`` in one bundle. No need to type
separate commands anymore!

.. code-block:: bash
$ pip install aiohttp[speedups]
Getting Started
===============

Expand Down

0 comments on commit a8a47df

Please sign in to comment.