author | Samuel Trégouët <samuel.tregouet@logilab.fr> |
Thu, 12 Jul 2018 18:11:10 +0200 | |
changeset 818 | 7f89d2d976e7 |
parent 477 | ba7dbc6a68d4 |
child 821 | 919a00aea53d |
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 costum 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