When exactly should I use either pip install -e
or python setup.py develop
in my project? is it always necessary to do one of them? can't I just work with the scripts themselves as they are?
related to "pip install --editable ./" vs "python setup.py develop"