Skip to content

Is it possible to add a command for editable installs? #138

@adam2392

Description

@adam2392

I find myself repeating this workflow often when switching between branches:

./spin build -j 6 --clean
pip install --no-build-isolation --editable .

It's quite annoying because I always have to google to make sure I'm writing this pip install editable command correctly. I'm wondering if it's sensible to package this into a single command, install, which has the editable flag by default. Since this is a "developer tool" package, I assume this is reasonable.

Xref: https://meson-python.readthedocs.io/en/latest/how-to-guides/editable-installs.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions