python packaging - Is there a standard way to recommend other packages in setup.py? -
in setup.py
1 can use install_requires
key list mandatory dependencies of package.
is there way recommend installation of other packages here, if not required package work?
i'm thinking similar debian's apt
makes distinction between these 2 cases.
Comments
Post a Comment