From e26160db275adf373a19854201b248c8bc43a799 Mon Sep 17 00:00:00 2001 From: Yuval Langer Date: Thu, 23 Jan 2014 15:24:03 +0200 Subject: [PATCH] pyzmq-static was merged into pyzmq --- source/index.rst | 1 - source/pyzmq/basics.rst | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/source/index.rst b/source/index.rst index fc0cd5f..c42bb9b 100644 --- a/source/index.rst +++ b/source/index.rst @@ -19,7 +19,6 @@ It's expensive to try to define the behavior of each of many software applicatio It's much cheaper, and more flexible, to define the interfaces between them: the APIs. Messaging is an API that can be stretched across a network. `pyzmq `_ provides python bindings for ØMQ and allows you to leverage ØMQ in python applications. -I have been using `pyzmq-static `_ with virtualenv as it neatly provides isolated sandbox for my learning. This tutorial is my journey into ØMQ programming with python. Hopefully, it will help you too. diff --git a/source/pyzmq/basics.rst b/source/pyzmq/basics.rst index d30395e..eb0f668 100644 --- a/source/pyzmq/basics.rst +++ b/source/pyzmq/basics.rst @@ -6,7 +6,7 @@ Installation It is better to install it using virtualenv/virtualenwrapper:: - pip install pyzmq-static + pip install pyzmq ØMQ Version