summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-09-01 15:42:51 -0400
committerKenneth Reitz <me@kennethreitz.org>2017-09-01 15:42:51 -0400
commit4c300e65a50eef72b91fa1909c9f68679723955e (patch)
treef8b50b8f801d4f168bb545ea28aae8b5cffdbefb /docs
parentedbb16ec97bbecc679b0ebc9de6f09f7b942bf8b (diff)
downloadtablib-4c300e65a50eef72b91fa1909c9f68679723955e.tar.gz
update install instructions
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 365cca8..4dab923 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -16,7 +16,7 @@ Distribute & Pip
Of course, the recommended way to install Tablib is with `pip <http://www.pip-installer.org/>`_::
- $ pip install tablib
+ $ pip install tablib[pandas]
-------------------