Skip to content

simonw/homebrew-datasette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

homebrew-datasette

To install Datasette using Homebrew:

brew tap simonw/datasette
brew install simonw/datasette/datasette

You can confirm that the install worked using:

$ datasette --version
datasette, version 0.46

Installing plugins

Datasette plugins need to be installed into the same Python environment as datasette.

The easiest way to install them is to use the new datasette install command:

datasette install datasette-vega

If you want to install them using pip instead you can do this:

/usr/local/opt/datasette/libexec/bin/pip install datasette-vega

Run datasette plugins to see a list of currently installed plugins.

About

Datasette formula for Homebrew

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages