mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Update CLI reference docs for -e, refs #570
This commit is contained in:
parent
ef31210bf0
commit
7e48502b5a
1 changed files with 4 additions and 3 deletions
|
|
@ -1418,13 +1418,14 @@ See :ref:`cli_install`.
|
|||
|
||||
::
|
||||
|
||||
Usage: sqlite-utils install [OPTIONS] PACKAGES...
|
||||
Usage: sqlite-utils install [OPTIONS] [PACKAGES]...
|
||||
|
||||
Install packages from PyPI into the same environment as sqlite-utils
|
||||
|
||||
Options:
|
||||
-U, --upgrade Upgrade packages to latest version
|
||||
-h, --help Show this message and exit.
|
||||
-U, --upgrade Upgrade packages to latest version
|
||||
-e, --editable DIRECTORY Install a project in editable mode from this path
|
||||
-h, --help Show this message and exit.
|
||||
|
||||
|
||||
.. _cli_ref_uninstall:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue