Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bombela committed Sep 20, 2016
1 parent e0c6107 commit 0531921
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Expand Up @@ -16,6 +16,14 @@ with a convenient script, "zerorpc", allowing to:
* expose Python modules without modifying a single line of code,
* call those modules remotely through the command line.

Installation
------------

On most systems, its a matter of::

$ pip install zerorpc

Depending of the support from Gevent and PyZMQ on your system, you might need to install `libev` (for gevent) and `libzmq` (for pyzmq) with the development files.

Create a server with a one-liner
--------------------------------
Expand Down

0 comments on commit 0531921

Please sign in to comment.