Update README.rst

This commit is contained in:
2017-08-27 23:13:50 -04:00
committed by GitHub
parent f09e462165
commit dd57439fa5
+2 -2
View File
@@ -86,11 +86,11 @@ Requests officially supports Python 2.62.7 & 3.33.7, and runs great on PyP
Installation
------------
To install Requests, simply:
To install Requests, simply use `pipenv <http://pipenv.org/>`_ (or pip, of course):
.. code-block:: bash
$ pip install requests
$ pipenv install requests
✨🍰✨
Satisfaction guaranteed.