We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85801a4 + f9d3eba commit 6ac6133Copy full SHA for 6ac6133
README.rst
@@ -46,7 +46,7 @@ To install requests and requests_oauthlib you can use pip:
46
47
.. code-block:: bash
48
49
- $ pip install requests requests_oauthlib
+ $ pip install requests requests-oauthlib
50
51
.. |build-status| image:: https://github.com/requests/requests-oauthlib/actions/workflows/run-tests.yml/badge.svg
52
:target: https://github.com/requests/requests-oauthlib/actions
docs/index.rst
@@ -58,7 +58,7 @@ Installation
58
59
Requests-OAuthlib can be installed with `pip <https://pip.pypa.io/>`_: ::
60
61
- $ pip install requests_oauthlib
+ $ pip install requests-oauthlib
62
63
64
Getting Started:
0 commit comments