I would like to know if as in .deb packages for example, it is possible in my setup.py
I configure the dependencies for my package, and when executing:
$ sudo python setup.py install
They will be installed automatically. I already searched the internet but everything I found ended up confusing me, things like "requires", "install_requires" and "requirements.txt".
Thank you in advance.