Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
mixxen committed Sep 6, 2018
1 parent cde14ff commit 51476d7
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions example/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
==========
FL Example
==========

------------
Installation
------------

Example depends upon modules listed below. Note, we have only tested with ``python3``.

Requirements:

* dash
* dash-responsive-grid-layout
* dash-core-components
* dash-html-components
* dash-building-blocks
* finishline

**Install Options**

.. code:: bash
pip3 install finishline dash-core-components dash-html-components
**Run**

.. code:: bash
python3 server.py

0 comments on commit 51476d7

Please sign in to comment.