From 115bc83b288923edda6c8576427ea09cbdf61b09 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 18 Sep 2019 14:55:20 -0700 Subject: [PATCH] docs: reflect the pypi move from superset to apache-superset (#8244) --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index c8b007f21..2f5d0e1d2 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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