From 77b6a1d9881f1a5c33ecbc418798186975017ec3 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 4 Oct 2012 08:52:33 -0400 Subject: [PATCH] Updated readme again --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 953fcdf..cfb8087 100644 --- a/README +++ b/README @@ -3,17 +3,17 @@ wolframalpha Python Client built against the `Wolfram|Alpha `_ v2.0 API. This project is hosted on `bitbucket -`_ +`_. Installation ============ This library is released to PyPI, so the easiest way to install it is to use -easy_install or pip:: +easy_install:: easy_install wolframalpha -or +or pip:: pip install wolframalpha