Python, Pip, -e
python -m pip
means use python to run module pippython -m pip install
means use python to run pip module, tell pip to installpython -m pip install -e some/path
means use python to run pip module, tell pip to install, use local VCS path and set up in edit mode
https://pip.pypa.io/en/stable/cli/pip_install/#install-editable