Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/contributing/local-backend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
12 changes: 4 additions & 8 deletions docs/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading