Skip to content

Add ultra-quickstart section to README and docs#2635

Open
RamiNoodle733 wants to merge 1 commit intosimonw:mainfrom
RamiNoodle733:better-ultra-quickstart-2625
Open

Add ultra-quickstart section to README and docs#2635
RamiNoodle733 wants to merge 1 commit intosimonw:mainfrom
RamiNoodle733:better-ultra-quickstart-2625

Conversation

@RamiNoodle733
Copy link
Copy Markdown

@RamiNoodle733 RamiNoodle733 commented Feb 7, 2026

This PR adds a prominent ultra-quickstart section as requested in #2625.

Changes

  • README.md: New 'Ultra-quickstart' section right after the intro description, showing the fastest way to get started
  • docs/getting_started.rst: Quickstart section at the very top for immediate visibility
  • docs/installation.rst: Added 'uv' as the recommended installation method (it's becoming the standard for Python tooling)

Example

Users can now see at a glance:

# Install with uv (recommended) or pip
uv tool install datasette
# Or: pip install datasette

# Serve a SQLite database
datasette my_database.db

📚 Documentation preview 📚: https://datasette--2635.org.readthedocs.build/en/2635/

Adds a prominent ultra-quickstart section showing the fastest way
to get started with Datasette using uv or pip:

- README.md: New 'Ultra-quickstart' section right after intro
- docs/getting_started.rst: Quickstart at the top
- docs/installation.rst: Added 'uv' as recommended installation method

Fixes simonw#2625
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant