diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2016-02-07 05:56:19 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2016-02-07 05:56:19 -0500 |
| commit | f8f57a467e71d92bc6ac9e44d5073eeda4c6bf6e (patch) | |
| tree | 3fe13e382ada7e386150082129addba8410084b7 | |
| parent | a11a9939553acd7d56679e8165a1d89fff365280 (diff) | |
| download | tablib-f8f57a467e71d92bc6ac9e44d5073eeda4c6bf6e.tar.gz | |
updates to install guide
| -rw-r--r-- | docs/install.rst | 19 |
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 |
