From 367007dd66d83f72f6aa2da027e58cc9ef56cc18 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Fri, 22 Oct 2021 20:22:54 -0300 Subject: [PATCH] Update readme for new code --- README.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index ccc5a92..7b6fd01 100644 --- a/README.md +++ b/README.md @@ -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 .