Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Mar 7, 2016
1 parent 2556440 commit b8764d9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ Add :ref:`coroutine<coroutine>` markup support to sphinx-based docs.
Installation
------------

.. code::
1. Install from PyPI::

pip install sphinxcontrib-asyncio
$ pip install sphinxcontrib-asyncio

2. Enable ``sphinxcontrib-asyncio`` extension in your ``conf.py``::

extensions = ['sphinxcontrib.asyncio']

Usage In Documents
------------------
Expand Down Expand Up @@ -127,7 +131,7 @@ Please post your questions and ideas here.
Authors and License
-------------------

The ``sphinxcontrib-asyncio`` package is written mostly by Andrew Svetlov.
The ``sphinxcontrib-asyncio`` package is written by Andrew Svetlov.

It's *Apache 2* licensed and freely available.

Expand Down

0 comments on commit b8764d9

Please sign in to comment.