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 `_::
+Of course, the recommended way to install Tablib is with `pip `_::
$ pip install tablib
-or, with `easy_install `_::
-
- $ easy_install tablib
-
-But, you really `shouldn't do that `_.
-
-
-
-Cheeseshop Mirror
------------------
-
-If the Cheeseshop is down, you can also install Tablib from Kenneth Reitz's personal `Cheeseshop mirror `_::
-
- $ pip install -i http://pip.kreitz.co/simple tablib
-
-
-
-------------------
Download the Source