oxen-pyoxenmq/README.md
Jason Rhinelander 739e445c03 Rename to pyoxenmq
Finish renaming everything from loki->oxen, and update to latest
oxen-mq submodule.
2021-06-19 22:57:43 -03:00

28 lines
351 B
Markdown

# pyoxenmq
pybind layer for oxenmq
## building
dependencies
- python3-dev
- cmake
- pkg-config
- liboxenmq-dev
check the source out (recursive repo):
$ git clone --recursive https://github.com/oxen-io/oxen-pyoxenmq
$ cd oxen-pyoxenmq
build:
$ python3 setup.py build
install as user:
$ python3 setup.py install --user