Skip to content

Commit

Permalink
Adjust pip install syntax on docs index page
Browse files Browse the repository at this point in the history
Re #29
  • Loading branch information
bcb committed Sep 19, 2016
1 parent c6d126d commit caa0e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Send `JSON-RPC <http://www.jsonrpc.org/>`__ requests in Python 2.7 and 3.3+.

.. sourcecode:: sh

$ pip install jsonrpcclient requests
$ pip install 'jsonrpcclient[requests]'

.. sourcecode:: python

Expand Down

0 comments on commit caa0e71

Please sign in to comment.