From f8f57a467e71d92bc6ac9e44d5073eeda4c6bf6e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 7 Feb 2016 05:56:19 -0500 Subject: [PATCH] updates to install guide --- docs/install.rst | 19 +------------------ 1 file changed, 1 insertion(+), 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 `_:: +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