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 2017/09/19 16:59:18 UTC

svn commit: r1808916 - /libcloud/site/trunk/source/getting-started.md

Author: tomaz
Date: Tue Sep 19 16:59:18 2017
New Revision: 1808916

URL: http://svn.apache.org/viewvc?rev=1808916&view=rev
Log:
Fix git install url for pip command.

Modified:
    libcloud/site/trunk/source/getting-started.md

Modified: libcloud/site/trunk/source/getting-started.md
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/getting-started.md?rev=1808916&r1=1808915&r2=1808916&view=diff
==============================================================================
--- libcloud/site/trunk/source/getting-started.md (original)
+++ libcloud/site/trunk/source/getting-started.md Tue Sep 19 16:59:18 2017
@@ -27,7 +27,7 @@ If you feel adventurous and want the lat
 development version from our Git repository:
 
 {% highlight bash %}
-pip install -e https://git-wip-us.apache.org/repos/asf/libcloud.git@trunk#egg=apache-libcloud
+pip install git+https://git-wip-us.apache.org/repos/asf/libcloud.git@trunk#egg=apache-libcloud
 {% endhighlight %}
 
 Keep in mind that trunk is usually under heavy development and can contain