Install development extras from pyproject or setup metadata.
Section: Editable and local installs
Editable install with extras
bash
bash
python -m pip install -e ".[dev]"Explanation
Convenient when your project defines optional development 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 Editable and local installs
Editable install of current project
Install the current project in editable mode.
Install development requirements
Install a second requirements file for dev-only tools.