Is your feature request related to a problem? Please describe.
Add support to install local code using development mode. Allowing to implement code changes on the fly without a need to reinstall.
Describe the solution you'd like
Removal of any error messages from running pip install -e <LOCAL REPO>/src.
See here for details.
Is your feature request related to a problem? Please describe. Add support to install local code using development mode. Allowing to implement code changes on the fly without a need to reinstall.
Describe the solution you'd like Removal of any error messages from running
pip install -e <LOCAL REPO>/src
. See here for details.