pip install web2py web2py.py -a myapp web2py.py python def index(): return "Hello, web2py!" python db = DAL('sqlite://storage.db')