From: Espartaco Palma Date: Fri, 4 Jul 2014 16:42:56 +0000 (-0500) Subject: Update link to pip site on docs/user/install.rst X-Git-Tag: v2.4.0~26^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=291bc9ea079bb554d57802e79d792e8a21d5dff5;p=services%2Fpython-requests.git Update link to pip site on docs/user/install.rst --- diff --git a/docs/user/install.rst b/docs/user/install.rst index be821e3..5f0ef9c 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -10,7 +10,8 @@ The first step to using any software package is getting it properly installed. Distribute & Pip ---------------- -Installing Requests is simple with `pip `_, just run this in your terminal:: +Installing Requests is simple with `pip `_, just run +this in your terminal:: $ pip install requests