Fix bug with --editable

See also: https://github.com/simonw/llm/issues/136
This commit is contained in:
Simon Willison 2023-07-25 22:20:49 -07:00
commit 5e9a02153d
2 changed files with 4 additions and 5 deletions

View file

@ -1448,9 +1448,9 @@ See :ref:`cli_install`.
Install packages from PyPI into the same environment as sqlite-utils
Options:
-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.
-U, --upgrade Upgrade packages to latest version
-e, --editable TEXT Install a project in editable mode from this path
-h, --help Show this message and exit.
.. _cli_ref_uninstall: