Install a package from a local directory.

Section: Extras, Editable, and Local Installs

Install from local path

bash
bash
python -m pip install ./my-package
Explanation

Useful for local monorepo or package development workflows.

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.
OpenIn sheetbashsame section
Install editable project with extras
Install a project in editable mode with optional dependency groups.
OpenIn sheetbashsame section
Install package extras
Install optional extras defined by a package.
OpenIn sheetbashsame section
Install all wheels from a directory
Install wheel artifacts stored in a local folder.
OpenIn sheetbashsame section
Install from requirements file
Install dependencies listed in a requirements file.
OpenIn sheetbash1 tag match
Install from a direct archive URL
Install from a remote source archive or wheel URL.
OpenIn sheetbash1 tag match