Skip to content

Commit

Permalink
Change pip install syntax
Browse files Browse the repository at this point in the history
Closes #29
  • Loading branch information
bcb committed Sep 19, 2016
1 parent a575355 commit c6d126d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Requests

::

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

::

Expand All @@ -34,7 +34,7 @@ asynchronous request.

::

$ pip install jsonrpcclient tornado
$ pip install 'jsonrpcclient[tornado]'

::

Expand Down Expand Up @@ -70,7 +70,7 @@ ZeroMQ server.

::

$ pip install jsonrpcclient pyzmq
$ pip install 'jsonrpcclient[pyzmq]'

::

Expand Down

0 comments on commit c6d126d

Please sign in to comment.