[ ei-grad@yoga-s1 ~ ]
→ pip install --help
...
Install Options:
-e, --editable <path/url> Install a project in editable mode (i.e. setuptools "develop mode") from a local project path or a VCS url.
...
-t, --target <dir> Install packages into <dir>.
...
--user Install using the user scheme.
...
--root <dir> Install everything relative to this alternate root directory.
...