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
Divorce the section on pip installing extras from setuptools (pypa#1130)
Per more recent PEPs (e.g. 621), extras may be produced by build tools
other than setuptools if the packager isn't using setuptools as the
build system. In this document, which is mostly about installing,
it seems simpler then to avoid mentioning that setuptools defines
the extras and to simply show the user how to do the install without
mentioning what tool is involved in defining them.
Co-authored-by: Brian Rutledge <[email protected]>
0 commit comments