Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 778 Bytes

install.rst

File metadata and controls

36 lines (23 loc) · 778 Bytes

Install Guide

Install stable releases of Zeroless with pip.

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.