mirror of
https://github.com/simonw/datasette.git
synced 2026-08-16 22:34:07 +02:00
Merge fcc95deb05 into 866092475c
This commit is contained in:
commit
0e7ca59cb7
3 changed files with 45 additions and 0 deletions
|
|
@ -1,6 +1,16 @@
|
|||
Getting started
|
||||
===============
|
||||
|
||||
Ultra-quickstart
|
||||
----------------
|
||||
|
||||
Just want to get going? If you have Python installed::
|
||||
|
||||
uv tool install datasette # or: pip install datasette
|
||||
datasette my_database.db
|
||||
|
||||
Then visit http://localhost:8001/ to explore your data.
|
||||
|
||||
.. _getting_started_demo:
|
||||
|
||||
Play with a live demo
|
||||
|
|
|
|||
|
|
@ -17,6 +17,23 @@ If you want to start making contributions to the Datasette project by installing
|
|||
Basic installation
|
||||
==================
|
||||
|
||||
.. _installation_uv:
|
||||
|
||||
Using uv (recommended)
|
||||
----------------------
|
||||
|
||||
`uv <https://docs.astral.sh/uv/>`__ is a fast Python package installer and resolver. It's the quickest way to install Datasette::
|
||||
|
||||
uv tool install datasette
|
||||
|
||||
You can then run Datasette with::
|
||||
|
||||
datasette --version
|
||||
|
||||
To upgrade to the latest version::
|
||||
|
||||
uv tool upgrade datasette
|
||||
|
||||
.. _installation_datasette_desktop:
|
||||
|
||||
Datasette Desktop for Mac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue