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