summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2016-02-07 05:56:19 -0500
committerKenneth Reitz <me@kennethreitz.org>2016-02-07 05:56:19 -0500
commitf8f57a467e71d92bc6ac9e44d5073eeda4c6bf6e (patch)
tree3fe13e382ada7e386150082129addba8410084b7
parenta11a9939553acd7d56679e8165a1d89fff365280 (diff)
downloadtablib-f8f57a467e71d92bc6ac9e44d5073eeda4c6bf6e.tar.gz
updates to install guide
-rw-r--r--docs/install.rst19
1 files changed, 1 insertions, 18 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 6bb9ad6..7b0b00b 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -14,27 +14,10 @@ Installing Tablib
Distribute & Pip
----------------
-Installing Tablib is simple with `pip <http://www.pip-installer.org/>`_::
+Of course, the recommended way to install Tablib is with `pip <http://www.pip-installer.org/>`_::
$ pip install tablib
-or, with `easy_install <http://pypi.python.org/pypi/setuptools>`_::
-
- $ easy_install tablib
-
-But, you really `shouldn't do that <http://www.pip-installer.org/en/latest/other-tools.html#pip-compared-to-easy-install>`_.
-
-
-
-Cheeseshop Mirror
------------------
-
-If the Cheeseshop is down, you can also install Tablib from Kenneth Reitz's personal `Cheeseshop mirror <pip.kreitz.co/>`_::
-
- $ pip install -i http://pip.kreitz.co/simple tablib
-
-
-
-------------------
Download the Source