Added instructions for installing plugins via pipx

Closes #1486
pull/1471/head
Rhet Turnbull 2021-10-13 14:09:10 -07:00 zatwierdzone przez GitHub
rodzic b50bf5d13f
commit 68087440b3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 19 dodań i 0 usunięć

Wyświetl plik

@ -90,6 +90,25 @@ Once pipx is installed you can use it to install Datasette like this::
Then run ``datasette --version`` to confirm that it has been successfully installed.
Installing plugins using pipx
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can install additional datasette plugins with ``pipx inject`` like so::
$ pipx inject datasette datasette-json-html
injected package datasette-json-html into venv datasette
done! ✨ 🌟 ✨
$ datasette plugins
[
{
"name": "datasette-json-html",
"static": false,
"templates": false,
"version": "0.6"
}
]
Upgrading packages using pipx
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~