You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by pq...@apache.org on 2010/05/11 23:03:10 UTC

svn commit: r943291 - /incubator/libcloud/site/getting-started.html

Author: pquerna
Date: Tue May 11 21:03:09 2010
New Revision: 943291

URL: http://svn.apache.org/viewvc?rev=943291&view=rev
Log:
add link to PyPi index

Modified:
    incubator/libcloud/site/getting-started.html

Modified: incubator/libcloud/site/getting-started.html
URL: http://svn.apache.org/viewvc/incubator/libcloud/site/getting-started.html?rev=943291&r1=943290&r2=943291&view=diff
==============================================================================
--- incubator/libcloud/site/getting-started.html (original)
+++ incubator/libcloud/site/getting-started.html Tue May 11 21:03:09 2010
@@ -34,7 +34,7 @@
     <div id="main" class="span-16 last">
 
       <h2>Installation</h2>
-      <p>libcloud's current release is 0.3.1, and can be <a href="downloads.html">downloaded</a>, or you can use PyPi to install it:</p>
+      <p>libcloud's current release is 0.3.1, and can be <a href="downloads.html">downloaded</a>, but it is also <a href="http://pypi.python.org/pypi/apache-libcloud">available on PyPi</a>:</p>
       <code>easy_install apache-libcloud</code>
 
       <h2>API Reference Documentation</h2>