diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2017-09-01 15:42:51 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2017-09-01 15:42:51 -0400 |
| commit | 4c300e65a50eef72b91fa1909c9f68679723955e (patch) | |
| tree | f8b50b8f801d4f168bb545ea28aae8b5cffdbefb /docs | |
| parent | edbb16ec97bbecc679b0ebc9de6f09f7b942bf8b (diff) | |
| download | tablib-4c300e65a50eef72b91fa1909c9f68679723955e.tar.gz | |
update install instructions
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/install.rst | 2 |
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] ------------------- |
