Install the current project in editable mode.
Section: Editable and local installs
Editable install of current project
bash
bash
python -m pip install -e .Explanation
Common for local development so changes are reflected without reinstalling.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Editable and local installs
Editable install with extras
Install development extras from pyproject or setup metadata.
Install a requirements file
Install project dependencies from requirements.txt.
Show package install location
Display metadata and install location for a package.
Install development requirements
Install a second requirements file for dev-only tools.