improve installation instructions

This commit is contained in:
2017-05-29 23:26:15 -04:00
parent 77ae596e8b
commit 35f2e55308
+2 -1
View File
@@ -36,4 +36,5 @@ Or, download the `tarball <https://github.com/requests/requests/tarball/master>`
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 .