Update readme for new code

This commit is contained in:
Jason Rhinelander 2021-10-22 20:22:54 -03:00
parent 06e0e2eb44
commit 367007dd66
1 changed files with 7 additions and 13 deletions

View File

@ -1,27 +1,21 @@
# pyoxenmq
pybind layer for oxenmq
Python interface to OxenMQ
## building
dependencies
- python3-pip
- python3-dev
- cmake
- pkg-config
- pybind11-dev
- liboxenmq-dev
Check the source out with
check the source out (recursive repo):
$ git clone --recursive https://github.com/oxen-io/oxen-pyoxenmq
$ git clone https://github.com/oxen-io/oxen-pyoxenmq
$ cd oxen-pyoxenmq
build:
$ python3 setup.py build
install as user:
$ python3 setup.py install --user
Install using:
$ pip3 install .