Skip to content

Commit aee7100

Browse files
committed
fix issue #3 : note that version 0.0.2 is still in development
1 parent 682bfb8 commit aee7100

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

doc/source/index.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Welcome to Flask-Excel's documentation!
99
:Author: C.W.
1010
:Issues: http://github.com/chfw/Flask-Excel/issues
1111
:License: New BSD License
12-
:Version: |version|
12+
:Version: |version| not release yet
1313
:Generated: |today|
1414

1515
**Flask-Excel** is based on `pyexcel <https://github.com/chfw/pyexcel>`_ and makes it easy to consume/produce information stored in excel files over HTTP protocol as well as on file system. This library can turn the excel data into Pythonic a list of lists, a list of records(dictionaries), dictionaries of lists. And vice versa. Hence it lets you focus on data in Flask based web development, instead of file formats.
@@ -22,6 +22,17 @@ The highlighted features are:
2222
#. provide data persistence as an excel file in server side
2323
#. supports csv, tsv, csvz, tsvz by default and other formats are supported via the following plugins:
2424

25+
.. note::
26+
27+
Becase version 0.0.2 and its dependencies are still in development, before you start the tutorial, please install the following first::
28+
29+
pip install git+https://github.com/chfw/pyexcel-io.git
30+
pip install git+https://github.com/chfw/pyexcel.git
31+
pip install git+https://github.com/chfw/pyexcel-webio.git
32+
pip install git+https://github.com/chfw/pyexcel-xls.git
33+
pip install git+https://github.com/chfw/pyexcel-xlsx.git
34+
pip install git+https://github.com/chfw/Flask-Excel.git
35+
2536
.. _file-format-list:
2637

2738
.. table:: A list of file formats supported by external plugins

0 commit comments

Comments
 (0)