The documentation states:
We provide a PyPI distribution which is created from this folder by running python setup.py bdist_wheel.
But I cannot find said setup:
~/librealsense$ find . -name setup.py
./build/third-party/pybind11/setup.py
./wrappers/python/examples/ethernet_client_server/setup.py
Where is it? Is the documentation out of date?