chore(docs): change 'install from scratch' to 'install from PyPI' (#27175)

This commit is contained in:
Sam Firke 2024-02-21 14:22:41 -05:00 committed by GitHub
parent 983a1646c4
commit b4aae48c4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 11 deletions

View File

@ -9,7 +9,7 @@ version: 1
#### OS Dependencies #### 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). 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: Ensure that you are using Python version 3.9 or 3.10, then proceed with:

View File

@ -1,11 +1,13 @@
--- ---
title: Installing From Scratch title: Installing from PyPI
hide_title: true hide_title: true
sidebar_position: 2 sidebar_position: 2
version: 1 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 ### OS Dependencies

View File

@ -13,15 +13,11 @@ geospatial charts.
Here are a **few different ways you can get started with Superset**: Here are a **few different ways you can get started with Superset**:
- Install Superset [from scratch](/docs/installation/installing-superset-from-scratch/) - Try a [Quickstart deployment](/docs/quickstart), which runs a single Docker container
- Deploy Superset locally with one command - Install Superset [from PyPI](/docs/installation/installing-superset-from-pypi/)
[using Docker Compose](/docs/installation/installing-superset-using-docker-compose) - Deploy Superset [using Docker Compose](/docs/installation/installing-superset-using-docker-compose)
- Deploy Superset [with Kubernetes](/docs/installation/running-on-kubernetes) - Deploy Superset [with Kubernetes](/docs/installation/running-on-kubernetes)
- Run a [Docker image](https://hub.docker.com/r/apache/superset) from Dockerhub - Download the [source code from Apache Foundation's website](https://dist.apache.org/repos/dist/release/superset/)
- 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/)
#### Video Overview #### Video Overview