You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that pip is only needed if the required packages are not installed by other means (e. g. by the package manager of a Linux distribution). Thus I do not consider pip something "a project minimally needs to run correctly" (to quote the Python Packaging User Guide). Therefore I suggest to remove pip from install_requires.
The text was updated successfully, but these errors were encountered:
It seems that
pip
is only needed if the required packages are not installed by other means (e. g. by the package manager of a Linux distribution). Thus I do not considerpip
something "a project minimally needs to run correctly" (to quote the Python Packaging User Guide). Therefore I suggest to removepip
frominstall_requires
.The text was updated successfully, but these errors were encountered: