generated from INTERSECT-training/intersect-module-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I've noticed the fully-written-out version the editable flag, pip install --editable ".[test]", being used. I've pretty much never seen this, even in CI, where it's usually advised to use long-form flags. Given it's something you tend to run a lot (say for compiled code, where you need to rebuild, or just in general every time you make a venv), wouldn't it be better to use the common form, pip install -e ".[test]", and just mention it has a long --editable version instead?
Note that git commit -m is used, not git commit --message.
Metadata
Metadata
Assignees
Labels
No labels