Closed bradley-solliday-skydio closed 1 year ago
setuptools was made pep 660 compliant in version 64.0.0. More generally, with this version it's not necessary to run git clean -fdx in order for pip install . to work, and editable installations will work (once PR 228 merges).
git clean -fdx
pip install .
This is no longer necessary since our setup.py has since been modified to not require setuptools to be pep 660 compliant.
setup.py
setuptools was made pep 660 compliant in version 64.0.0. More generally, with this version it's not necessary to run
git clean -fdx
in order forpip install .
to work, and editable installations will work (once PR 228 merges).