docs: reflect the pypi move from superset to apache-superset (#8244)

This commit is contained in:
Maxime Beauchemin
2019-09-18 14:55:20 -07:00
committed by GitHub
parent 0c94f0fd82
commit 115bc83b28

View File

@@ -176,7 +176,7 @@ Superset installation and initialization
Follow these few simple steps to install Superset.::
# Install superset
pip install superset
pip install apache-superset
# Initialize the database
superset db upgrade
@@ -748,7 +748,7 @@ Upgrading
Upgrading should be as straightforward as running::
pip install superset --upgrade
pip install apache-superset --upgrade
superset db upgrade
superset init