Added extra details around setting up admin user (#1937)

after running create-admin the user will be prompted to provide extra details and set the admin password
This commit is contained in:
mobcdi 2017-01-10 17:06:38 +00:00 committed by Maxime Beauchemin
parent cbf3562a6f
commit 98e83255e6
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ Follow these few simple steps to install Superset.::
# Install superset
pip install superset
# Create an admin user
# Create an admin user (you will be prompted to set username, first and last name before setting a password)
fabmanager create-admin --app superset
# Initialize the database