Adding missing installation step

This commit is contained in:
Maxime Beauchemin 2015-10-12 21:33:28 -07:00
parent 51d7225f06
commit 7137d7597e
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ pip install panoramix
# Create an admin user
fabmanager create-admin --app panoramix
# Initialize the database
panoramix db upgrade
# Load some data to play with
panoramix load_examples