mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Improved homebrew instructions
This commit is contained in:
parent
a67cb536f1
commit
822260fb30
1 changed files with 13 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue