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