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).
pip
can build and install an Editable wheel for your package.
pip install -e .