updates to install guide

This commit is contained in:
2016-02-07 05:56:19 -05:00
parent a11a993955
commit f8f57a467e
+1 -18
View File
@@ -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