Jetpack SDK README
==================

This a work-in-progress implementation of the Jetpack SDK. It should
not be confused with the Jetpack Prototype, which is an entirely
different project.

To get started, first enter the same directory that this file is
in using a shell program. On Unix systems, you can execute
the following command:

  source bin/activate

Windows users should instead run:

  bin/activate

Then run:

  cfx docs

This should start a documentation server and open a web browser
with further instructions.
