Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 272 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 272 Bytes

pyoxenmq

Python interface to OxenMQ

building

dependencies

  • python3-pip
  • python3-dev
  • pybind11-dev
  • liboxenmq-dev

Check the source out with

$ git clone https://github.com/oxen-io/oxen-pyoxenmq
$ cd oxen-pyoxenmq

Install using:

$ pip3 install .