You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,14 @@ This code was originally forked from [Leah Culver and Andy Smith's oauth.py code
11
11
* The library is likely no longer compatible with Python 2.3.
12
12
* The <code>Client</code> class works and extends from <code>httplib2</code>. It's a thin wrapper that handles automatically signing any normal HTTP request you might wish to make.
13
13
14
+
# Installing
15
+
16
+
You can install `oauth2` via [the PIP package](https://pypi.python.org/pypi/oauth2).
17
+
18
+
$ pip install oauth2
19
+
20
+
We recommend using [virtualenv](https://virtualenv.pypa.io/en/latest/).
0 commit comments