From 35f2e55308fc37647132cf350cfd131bcdba4023 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 29 May 2017 23:26:15 -0400 Subject: [PATCH] improve installation instructions --- docs/user/install.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user/install.rst b/docs/user/install.rst index f4699660..3d1c5f4b 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -36,4 +36,5 @@ Or, download the `tarball ` Once you have a copy of the source, you can embed it in your own Python package, or install it into your site-packages easily:: - $ python setup.py install + $ cd requests + $ pip install .