mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-25 10:24:32 +02:00
Fix bug with --editable
See also: https://github.com/simonw/llm/issues/136
This commit is contained in:
parent
37e374e05a
commit
5e9a02153d
2 changed files with 4 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue