You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2021/11/10 12:47:54 UTC

[superset] branch master updated: docs: Reorder install instructions in CONTRIBUTING.md (#17387)

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

dpgaspar 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 8f9cea8  docs: Reorder install instructions in CONTRIBUTING.md (#17387)
8f9cea8 is described below

commit 8f9cea86fe4f3b621957fcf23cc9572ac31ff835
Author: Will Barrett <wi...@tallgreentree.com>
AuthorDate: Wed Nov 10 04:46:08 2021 -0800

    docs: Reorder install instructions in CONTRIBUTING.md (#17387)
---
 CONTRIBUTING.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 898024c..f81babe 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -436,12 +436,12 @@ pip install -r requirements/testing.txt
 # Install Superset in editable (development) mode
 pip install -e .
 
-# Create an admin user in your metadata database (use `admin` as username to be able to load the examples)
-superset fab create-admin
-
 # Initialize the database
 superset db upgrade
 
+# Create an admin user in your metadata database (use `admin` as username to be able to load the examples)
+superset fab create-admin
+
 # Create default roles and permissions
 superset init