Skip to content

Commit 4c300e6

Browse files
committed
update install instructions
Signed-off-by: Kenneth Reitz <[email protected]>
1 parent edbb16e commit 4c300e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ DBF!
132132

133133
>>> with open('people.dbf', 'wb') as f:
134134
... f.write(data.export('dbf'))
135-
135+
136136
Pandas DataFrame!
137137
+++++++++++++++++
138-
::
138+
::
139139

140140
>>> print(data.export('df')):
141141
first_name last_name age
@@ -150,7 +150,7 @@ Installation
150150

151151
To install tablib, simply: ::
152152

153-
$ pip install tablib
153+
$ pip install tablib[pandas]
154154

155155
Make sure to check out `Tablib on PyPi <https://pypi.python.org/pypi/tablib/>`_!
156156

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Distribute & Pip
1616

1717
Of course, the recommended way to install Tablib is with `pip <http://www.pip-installer.org/>`_::
1818

19-
$ pip install tablib
19+
$ pip install tablib[pandas]
2020

2121

2222
-------------------

0 commit comments

Comments
 (0)