Skip to content

Commit

Permalink
docs: Reorder install instructions in CONTRIBUTING.md (#17387)
Browse files Browse the repository at this point in the history
  • Loading branch information
willbarrett authored and AAfghahi committed Jan 10, 2022
1 parent 063b941 commit 0cc282b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0cc282b

Please sign in to comment.