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 .