3
I wonder if as in packages . deb for example, it is possible in my setup.py
i configure the dependencies for my package, and when running:
$ sudo python setup.py install
They are installed automatically. I’ve searched the internet but everything I found ended up leaving me confused, things like "requires", "install_requires" and "Reskirts.txt".
Thanks in advance.