Skip to content

Commit 51476d7

Browse files
committed
Initial commit.
1 parent cde14ff commit 51476d7

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

example/README.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
==========
2+
FL Example
3+
==========
4+
5+
------------
6+
Installation
7+
------------
8+
9+
Example depends upon modules listed below. Note, we have only tested with ``python3``.
10+
11+
Requirements:
12+
13+
* dash
14+
* dash-responsive-grid-layout
15+
* dash-core-components
16+
* dash-html-components
17+
* dash-building-blocks
18+
* finishline
19+
20+
**Install Options**
21+
22+
.. code:: bash
23+
24+
pip3 install finishline dash-core-components dash-html-components
25+
26+
**Run**
27+
28+
.. code:: bash
29+
30+
python3 server.py

0 commit comments

Comments
 (0)