docs: Reorder install instructions in CONTRIBUTING.md (#17387)

This commit is contained in:
Will Barrett 2021-11-10 04:46:08 -08:00 committed by GitHub
parent 333b1371f7
commit 8f9cea86fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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