mirror of
https://github.com/simonw/datasette.git
synced 2026-06-15 05:26:59 +02:00
Merge 53776697f8 into 911954347e
This commit is contained in:
commit
e995dc651d
1 changed files with 9 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue