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

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