Skip to content

Commit

Permalink
Update quickstart.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkvam committed Aug 21, 2016
1 parent 5a3a1e5 commit 4146978
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,27 @@
Quick Start
===========

This quick start will show how to
* install everything needed to use Bowtie
* write an app with sliders and plots
* how to deploy to Heroku


Install Node
------------

Install Bowtie
--------------

Write Your First App
--------------------

First we'll import the components we plan on using,::

from bowtie.visual import Plotly
from bowtie.control import Nouislider

Now we instantiate the components and configure them.::

0 comments on commit 4146978

Please sign in to comment.