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
* setuptools isn't included in ensurepip in Python 3.12
* Use pip install instead of invoking setup.py directly, due to
setuptools discouraging it and allowing updates for the tests packages
to use PEP517 compliant build system to done seamlessly. Also don't
need to invoke pip install -r requirements.txt.
* editable_mode=compat is comparable to python setup.py develop. But
setuptools doesn't guarantee the longevity of the feature. Removal of
support for the legacy method would be a thing consider.
Signed-off-by: Alfred Wingate <[email protected]>
0 commit comments