You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by sf...@apache.org on 2024/02/21 19:22:47 UTC

(superset) branch master updated: chore(docs): change 'install from scratch' to 'install from PyPI' (#27175)

This is an automated email from the ASF dual-hosted git repository.

sfirke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new b4aae48c4b chore(docs): change 'install from scratch' to 'install from PyPI' (#27175)
b4aae48c4b is described below

commit b4aae48c4bbc25b49bbb6fa479e5d579a8608faa
Author: Sam Firke <sf...@users.noreply.github.com>
AuthorDate: Wed Feb 21 14:22:41 2024 -0500

    chore(docs): change 'install from scratch' to 'install from PyPI' (#27175)
---
 docs/docs/contributing/local-backend.mdx                     |  2 +-
 ...et-from-scratch.mdx => installing-superset-from-pypi.mdx} |  6 ++++--
 docs/docs/intro.mdx                                          | 12 ++++--------
 3 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/docs/docs/contributing/local-backend.mdx b/docs/docs/contributing/local-backend.mdx
index 6d811e51ae..b7d0d8f14a 100644
--- a/docs/docs/contributing/local-backend.mdx
+++ b/docs/docs/contributing/local-backend.mdx
@@ -9,7 +9,7 @@ version: 1
 
 #### OS Dependencies
 
-Make sure your machine meets the [OS dependencies](/docs/installation/installing-superset-from-scratch#os-dependencies) before following these steps.
+Make sure your machine meets the [OS dependencies](/docs/installation/installing-superset-from-pypi#os-dependencies) before following these steps.
 You also need to install MySQL or [MariaDB](https://mariadb.com/downloads).
 
 Ensure that you are using Python version 3.9 or 3.10, then proceed with:
diff --git a/docs/docs/installation/installing-superset-from-scratch.mdx b/docs/docs/installation/installing-superset-from-pypi.mdx
similarity index 96%
rename from docs/docs/installation/installing-superset-from-scratch.mdx
rename to docs/docs/installation/installing-superset-from-pypi.mdx
index 0dadacbc40..dc721cec96 100644
--- a/docs/docs/installation/installing-superset-from-scratch.mdx
+++ b/docs/docs/installation/installing-superset-from-pypi.mdx
@@ -1,11 +1,13 @@
 ---
-title: Installing From Scratch
+title: Installing from PyPI
 hide_title: true
 sidebar_position: 2
 version: 1
 ---
 
-## Installing Superset from Scratch
+## Installing Superset from PyPI
+
+This page describes how to install Superset using the `apache-superset` package [published on PyPI](https://pypi.org/project/apache-superset/).
 
 ### OS Dependencies
 
diff --git a/docs/docs/intro.mdx b/docs/docs/intro.mdx
index a932c2bc4c..3a4a09378c 100644
--- a/docs/docs/intro.mdx
+++ b/docs/docs/intro.mdx
@@ -13,15 +13,11 @@ geospatial charts.
 
 Here are a **few different ways you can get started with Superset**:
 
-- Install Superset [from scratch](/docs/installation/installing-superset-from-scratch/)
-- Deploy Superset locally with one command
-  [using Docker Compose](/docs/installation/installing-superset-using-docker-compose)
+- Try a [Quickstart deployment](/docs/quickstart), which runs a single Docker container
+- Install Superset [from PyPI](/docs/installation/installing-superset-from-pypi/)
+- Deploy Superset [using Docker Compose](/docs/installation/installing-superset-using-docker-compose)
 - Deploy Superset [with Kubernetes](/docs/installation/running-on-kubernetes)
-- Run a [Docker image](https://hub.docker.com/r/apache/superset) from Dockerhub
-- Download Superset [from Pypi here](https://pypi.org/project/apache-superset/)
-- Install the latest version of Superset
-  [from GitHub](https://github.com/apache/superset/tree/latest)
-- Download the [source from Apache Foundation's website](https://dist.apache.org/repos/dist/release/superset/)
+- Download the [source code from Apache Foundation's website](https://dist.apache.org/repos/dist/release/superset/)
 
 #### Video Overview