mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
datasette install --upgrade option, closes #945
This commit is contained in:
parent
b21ed237ab
commit
69033c6ec4
3 changed files with 27 additions and 3 deletions
|
|
@ -43,7 +43,15 @@ You can uninstall plugins with ``datasette uninstall``::
|
|||
|
||||
datasette uninstall datasette-vega
|
||||
|
||||
These ommands are thin wrappers around ``pip install`` and ``pip uninstall``, which ensure they run ``pip`` in the same virtual environment as Datasette itself.
|
||||
You can upgrade plugins with ``datasette install --upgrade`` or ``datasette install -U``::
|
||||
|
||||
datasette install -U datasette-vega
|
||||
|
||||
This command can also be used to upgrade Datasette itself to the latest released version::
|
||||
|
||||
datasette install -U datasette
|
||||
|
||||
These commands are thin wrappers around ``pip install`` and ``pip uninstall``, which ensure they run ``pip`` in the same virtual environment as Datasette itself.
|
||||
|
||||
One-off plugins using --plugins-dir
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue