datasette install -r requirements.txt, closes #2033

This commit is contained in:
Simon Willison 2023-03-06 14:27:30 -08:00
commit 1ad92a1d87
4 changed files with 44 additions and 6 deletions

View file

@ -345,13 +345,14 @@ Would install the `datasette-cluster-map <https://datasette.io/plugins/datasette
::
Usage: datasette install [OPTIONS] PACKAGES...
Usage: datasette install [OPTIONS] [PACKAGES]...
Install plugins and packages from PyPI into the same environment as Datasette
Options:
-U, --upgrade Upgrade packages to latest version
--help Show this message and exit.
-U, --upgrade Upgrade packages to latest version
-r, --requirement PATH Install from requirements file
--help Show this message and exit.
.. [[[end]]]