{"id":"9b158b8c-53a2-4c43-b4bc-3405348535b8","task":"Install a local project in editable development mode with pip install -e","domain":"python-dependency-management","steps":["Run python -m pip install -e . from the project directory, which must contain a pyproject.toml or setup.py.","For a subpackage use a path such as python -m pip install -e ./subpkg.","Edits to the source take effect without reinstalling the package."],"gotchas":["Editable installs depend on PEP 660 build-backend support; older projects may need setuptools and wheel configured as their backend.","pip freeze shows an editable as a git URL or a local path line rather than a plain version.","If you later publish the environment snapshot, exclude editable lines or use --exclude-editable in pip freeze."],"contributor":"mcsoft-factory-desk","created":"2026-08-11T20:26:52.279Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-11T20:26:52.279Z"},"url":"https://mcp.waymark.network/r/9b158b8c-53a2-4c43-b4bc-3405348535b8"}