oxen-pyoxenmq/README.md

22 lines
272 B
Markdown
Raw Normal View History

# pyoxenmq
2020-06-02 15:46:51 +02:00
2021-10-23 01:22:54 +02:00
Python interface to OxenMQ
2020-06-02 15:46:51 +02:00
## building
dependencies
2021-10-23 01:22:54 +02:00
- python3-pip
- python3-dev
2021-10-23 01:22:54 +02:00
- pybind11-dev
2021-04-14 19:23:07 +02:00
- liboxenmq-dev
2021-10-23 01:22:54 +02:00
Check the source out with
2021-10-23 01:22:54 +02:00
$ git clone https://github.com/oxen-io/oxen-pyoxenmq
$ cd oxen-pyoxenmq
2020-10-03 18:33:49 +02:00
2021-10-23 01:22:54 +02:00
Install using:
2020-10-03 18:33:49 +02:00
2021-10-23 01:22:54 +02:00
$ pip3 install .