so, one more question :(
You mentioned I could get an "editable" package by using pip install -e
but you also recommend using pdm
i'm trying to use the "best supported" version of amaranth
looking at pdm, it says that its equivalent of editable dependencies is barred except in devDependencies https://pdm.fming.dev/latest/usage/dependency/#editable-dependencies
do you know… … why