[Distutils] How to specify dependencies in Python
Thomas Güttler
guettliml at thomas-guettler.de
Thu Jan 12 07:04:30 EST 2017
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 to the maintainer of the library and create a pull-request for the docs?
Regards,
Thomas Güttler
--
Thomas Guettler http://www.thomas-guettler.de/
More information about the Distutils-SIG
mailing list