oxen-pyoxenmq/README.md
Jeff Becker f7d562f5d1
update readme
* fix urls
* fix names
2021-04-14 13:23:07 -04:00

27 lines
351 B
Markdown

# pylokimq
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/loki-pylokimq
$ cd loki-pylokimq
build:
$ python3 setup.py build
install as user:
$ python3 setup.py install --user