From: Ionel Cristian Mărieș Date: Sat, 5 Apr 2014 13:40:13 +0000 (+0300) Subject: Make it more clear where install commands are run (so that newbies don't run them... X-Git-Tag: v2.3.0~21^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=96936b56164aa7973431375402ba6b41262277c8;p=services%2Fpython-requests.git Make it more clear where install commands are run (so that newbies don't run them in the REPL, I've seen it happen :). --- diff --git a/docs/user/install.rst b/docs/user/install.rst index 718c9c5..e1733d9 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -10,13 +10,13 @@ The first step to using any software package is getting it properly installed. Distribute & Pip ---------------- -Installing Requests is simple with `pip `_:: +Installing Requests is simple with `pip `_, just run this in your terminal:: - $ pip install requests + pip install requests or, with `easy_install `_:: - $ easy_install requests + easy_install requests But, you really `shouldn't do that `_.