Skip to article frontmatterSkip to article content

Install your package editably

pip can build and install an Editable wheel for your package.

pip install -e .
Editable wheel
A regular wheel file containing special file that enable editing of the package contents (using PEP 660).