We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde14ff commit 51476d7Copy full SHA for 51476d7
1 file changed
example/README.rst
@@ -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
29
30
+ python3 server.py
0 commit comments