Install Guide

Install stable releases of Zeroless with pip.

$ pip install zeroless

Dependencies

Zeroless only dependency is PyZMQ.

Installing from Github

The canonical repository for Zeroless is on GitHub.

$ git clone git@github.com:zmqless/python-zeroless.git
$ cd zeroless
$ python setup.py develop

The best reason to install from source is to help us develop Zeroless. See the Development section for more on that.