python - Install dependencies from setup.py -
i wonder if .deb packages example, possible in setup.py configure dependencies package, , run:
$ sudo python setup.py install
they installed automatically. researched internet found out leaving me confused, things "requires", "install_requires" , "requirements.txt"
Comments
Post a Comment