diff --git a/.gitignore b/.gitignore index cde2cec..1c44665 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ *~ *\#* build/ -__pycache__ \ No newline at end of file +__pycache__ +dist/ +*.egg-info \ No newline at end of file diff --git a/README.md b/README.md index 4fd828c..77b60d5 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,14 @@ pybind layer for lokimq check the source out (recursive repo): - $ git clone --recursive https://github.com/majestrate/pylokimq - $ cd pylokimq + $ git clone --recursive https://github.com/loki-project/loki-pylokimq + $ cd loki-pylokimq + +build: + + $ python3 setup.py build + +install as user: + + $ python3 setup.py install --user -and build with cmake: - - $ mkdir build - $ cd build && cmake .. - $ make