Make it more clear where install commands are run (so that newbies don't run them...
authorIonel Cristian Mărieș <contact@ionelmc.ro>
Sat, 5 Apr 2014 13:40:13 +0000 (16:40 +0300)
committerIonel Cristian Mărieș <contact@ionelmc.ro>
Sat, 5 Apr 2014 13:40:13 +0000 (16:40 +0300)
docs/user/install.rst

index 718c9c51b330f4fbbcd94d70232f51c2455720f7..e1733d92079b0a7dacf9c871b416f63419c2558a 100644 (file)
@@ -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 <http://www.pip-installer.org/>`_::
+Installing Requests is simple with `pip <http://www.pip-installer.org/>`_, just run this in your terminal::
 
-    pip install requests
+    pip install requests
 
 or, with `easy_install <http://pypi.python.org/pypi/setuptools>`_::
 
-    easy_install requests
+    easy_install requests
 
 But, you really `shouldn't do that <http://www.pip-installer.org/en/latest/other-tools.html#pip-compared-to-easy-install>`_.