update readme and ignore

This commit is contained in:
Jeff 2020-10-03 12:33:49 -04:00
parent a3d3aafb5c
commit 626316e49c
2 changed files with 13 additions and 8 deletions

4
.gitignore vendored
View File

@ -1,4 +1,6 @@
*~
*\#*
build/
__pycache__
__pycache__
dist/
*.egg-info

View File

@ -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