oxen-pyoxenmq/README.md
2020-06-02 09:46:51 -04:00

238 B

pylokimq

pybind layer for lokimq

building

check the source out:

$ git clone --recursive https://github.com/loki-project/pylokimq $ cd pylokimq

and build with cmake:

$ mkdir build $ cd build && cmake .. $ make