Skip to content

Commit

Permalink
Reorder install instructions in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
willbarrett committed Nov 10, 2021
1 parent 7d22c9c commit ea5c576
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 ea5c576

Please sign in to comment.