I came across a python library which has docs, which start like this:
Quickstart
Include foolib in your requirements.txt file.
AFAIK dependencies should be specified via install_requires
in setup.py
.
Should I talk the maintainer of the library and create a pull-request for the docs?