Skip to content

Suggestion: add editable install option in the MakefileΒ #6

@fernandovmacedo

Description

@fernandovmacedo

I have been testing your template and I loved it. Very simple, very nice. One common workflow that I use for developing python packages is to install a package in editable mode (PEP 660). This workflow can be easily encoded in the Makefile adding these two lines:

editable:
        uv tool install --editable .

The command name could be different. Examples: editable-install, install-editable. What do you think about it? I can make a PR if you want to incorporate this in the project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions