Update CLI reference docs for -e, refs #570

This commit is contained in:
Simon Willison 2023-07-22 11:37:53 -07:00
commit 7e48502b5a

View file

@ -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: