- The future of editable installs
Background: PEP 517 does not support editable installs, so pip install -e
will not work for any projects that rely on PEP 517 (flit
projects, setuptools
projects with no setup.py
).
Background: PEP 517 does not support editable installs, so pip install -e
will not work for any projects that rely on PEP 517 (flit
projects, setuptools
projects with no setup.py
).