Install a project in editable mode with optional dependency groups.
Section: Extras, Editable, and Local Installs
Install editable project with extras
bash
bash
python -m pip install -e ".[dev]"Explanation
Great for local development setups that need test or lint dependencies.
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 Extras, Editable, and Local Installs
Install current project in editable mode
Install a local project with editable imports.
Install all wheels from a directory
Install wheel artifacts stored in a local folder.
Install multiple requirements files
Combine base and environment-specific requirement lists.