What is an 'editable install' (`pip install -e .`)?
-
A
An install where the package source directory is linked so code changes take effect immediately without reinstalling
-
B
An install that allows editing the package's metadata after installation
-
C
An install that places the package in a temporary directory
-
D
An install that skips compiling `.pyc` bytecode files