Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added to list of packages to install #2

Merged
merged 1 commit into from
Oct 14, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Python CFFI wrapper around the czmq zeromq bindings.
# Python CFFI wrapper around the czmq zeromq bindings.

http://czmq.zeromq.org/
http://czmq.zeromq.org/

The documentation for this binding can be found at readthedocs:

http://pyczmq.readthedocs.org/
http://pyczmq.readthedocs.org/

This is still a work in progress, not all of the API is fully
wrapped yet.
Expand All @@ -16,15 +16,15 @@ Some functions will probably not be wrapped, notably those that
provide duplicate functionality to built-in python type or libraries
like zlist, zhash, zsys, zclock, zdir, etc.

Installation
## Installation

You need zmq and czmq to be installed on your system. This code has only
been tested with zmq 4.0.1 and czmq 2.0.2. You can download both
and install them with the usual configure/make/make install dance.

You will also need libffi. On Ubuntu this can be installed with 'sudo
apt-get install libffi-dev'. Other OSes may have a different package
name.
name. On Ubuntu you'll also need python-dev and python-virtualenv.

After that, pyczmq can be installed from the Cheese Shop with 'pip
install pyczmq.'
Expand Down Expand Up @@ -87,4 +87,5 @@ yourself with zmsg.destroy or zframe.destroy.
Like what you see? If you feel like leaving me or other open source
developers a tip for our work, please visit gittip:

https://www.gittip.com/michelp/
https://www.gittip.com/michelp/