The README in the top-level python directory has no build and test instructions. There is a setup.py, but the usage is not fully clear to me. Various combinations of python2, python3, dependencies, command orders, and sudo or not produce a variety of errors.
As an example, sudo python setup.py install warns about setuptools being too old (version 0.0.0, according to the filename), even after pip installing the latest setuptools.