https://setuptools.readthedocs.io/en/latest/development/developer-guide.html Installing from `git clone` the normal way fails. ``` $ pip install -e . ... RuntimeError: Cannot build setuptools without metadata. Run `bootstrap.py`. ``` The role of `bootstrap.py` is not very clear. It is not described in the docs.