author | Philippe Pepiot <philippe.pepiot@logilab.fr> |
Wed, 13 Feb 2019 17:04:16 +0100 | |
changeset 835 | 5b7e8c5b444a |
parent 821 | 919a00aea53d |
child 882 | 5bdf49529927 |
permissions | -rw-r--r-- |
This package provides base library for the Relationship Query Language INSTALL ------- the standard way: python setup.py install building rql binary extension in place: python setup.py build_ext --inplace BUILD ----- To build a manylinux package for rql we use quay.io/pypa/manylinux1_x86_64 docker image and a custom script `build_wheel.sh` so you just have to execute it and it will pull docker image and execute script in this imageĀ : sh build_wheel.sh