Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ Datasette is aimed at data journalists, museum curators, archivists, local gover

Want to stay up-to-date with the project? Subscribe to the [Datasette newsletter](https://datasette.substack.com/) for tips, tricks and news on what's new in the Datasette ecosystem.

## Ultra-quickstart

If you already have a SQLite database and want to run Datasette as quickly as possible:

uv tool install datasette
datasette my_database.db

Then visit http://localhost:8001/

## Installation

If you are on a Mac, [Homebrew](https://brew.sh/) is the easiest way to install Datasette:
Expand Down