Loading...
Searching...
No Matches
Go to the documentation of this file.
8Package marker for ``oct install`` (B1.4): a wrapper around
9``pip install -e`` with safety checks that prevent the most common
10operator-error class — running an editable install in the wrong
11terminal window, against the wrong venv, or from a worktree where the
12install would shadow another tree.
16- Hold the public ``oct_install`` Click command, mounted by
23 L1 — errors (pip subprocess failure, refusal diagnostics)
24 L2 — lifecycle (preflight start/end, install start/end)
25 L3 — details (venv path, target path, shadow detection)
29- The package contains no business logic; the command lives in
30 :mod:`oct.install.oct_install`.