pip install -e .
Category: Python & pip
pip install -e .
Install the current package in editable/development mode
Installs the current directory as a package in 'editable' mode — changes to your source code take effect immediately without reinstalling.