You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/11/09 02:55:27 UTC

svn commit: r1199596 - /libcloud/site/trunk/content/getting-started.mdtext

Author: tomaz
Date: Wed Nov  9 01:55:27 2011
New Revision: 1199596

URL: http://svn.apache.org/viewvc?rev=1199596&view=rev
Log:
CMS commit to libcloud by tomaz

Modified:
    libcloud/site/trunk/content/getting-started.mdtext

Modified: libcloud/site/trunk/content/getting-started.mdtext
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/getting-started.mdtext?rev=1199596&r1=1199595&r2=1199596&view=diff
==============================================================================
--- libcloud/site/trunk/content/getting-started.mdtext (original)
+++ libcloud/site/trunk/content/getting-started.mdtext Wed Nov  9 01:55:27 2011
@@ -7,6 +7,13 @@ libcloud's current release is **0.5.2**,
     ::bash
     pip install apache-libcloud
 
+## Upgrading ##
+
+If you used pip to install the library you can also use it to upgrade it:
+
+    ::bash
+    pip install --upgrade apache-libcloud
+
 ## API Reference Documentation ##
 
 Available at [http://libcloud.apache.org/apidocs/](http://libcloud.apache.org/apidocs/).