You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print 'Welcome to the STACK setup tool. Follow the instructions below to\nsetup your first project account and initialize the configuration\nfiles for your STACK toolkit.'
print '\n'
project_name = raw_input('Enter a project account name: ')
password = raw_input('Enter a project account password: ')
description = raw_input('Enter a project account description: ')