oxen-pyoxenmq/README.md

20 lines
287 B
Markdown
Raw Normal View History

2020-06-02 15:46:51 +02:00
# pylokimq
pybind layer for lokimq
## building
2020-08-24 12:52:01 +02:00
check the source out (recursive repo):
2020-06-02 15:46:51 +02:00
2020-10-03 18:33:49 +02:00
$ git clone --recursive https://github.com/loki-project/loki-pylokimq
$ cd loki-pylokimq
build:
$ python3 setup.py build
install as user:
$ python3 setup.py install --user