diff options
| -rw-r--r-- | docs/install.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst index 9df8ee8..6bb9ad6 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -29,7 +29,7 @@ But, you really `shouldn't do that <http://www.pip-installer.org/en/latest/other Cheeseshop Mirror ----------------- -If the Cheeseshop is down, you can also install Requests from Kenneth Reitz's personal `Cheeseshop mirror <pip.kreitz.co/>`_:: +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 @@ -89,4 +89,4 @@ When a new version is available, upgrading is simple:: $ pip install tablib --upgrade -Now, go get a :ref:`Quick Start <quickstart>`.
\ No newline at end of file +Now, go get a :ref:`Quick Start <quickstart>`. |
