• python -m pip means use python to run module pip
  • python -m pip install means use python to run pip module, tell pip to install
  • python -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