Improved homebrew instructions

pull/1017/head
Simon Willison 2020-10-10 16:19:39 -07:00 zatwierdzone przez GitHub
rodzic a67cb536f1
commit 822260fb30
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 13 dodań i 1 usunięć

Wyświetl plik

@ -27,12 +27,24 @@ Using Homebrew
If you have a Mac and use `Homebrew <https://brew.sh/>`__, you can install Datasette by running this command in your terminal::
brew install simonw/datasette/datasette
brew install datasette
This should install the latest version. You can confirm by running::
datasette --version
You can upgrade to the latest Homebrew packaged version using::
brew upgrade datasette
Once you have installed Datasette you can install plugins using the following::
datasette install datasette-vega
If the latest packaged release of Datasette has not yet been made available through Homebrew, you can upgrade your Homebrew installation in-place using::
datasette install -U datasette
.. _installation_pip:
Using pip