Skip to content

Commit e4032cd

Browse files
committed
Added notes on how to install and a link to the PIP package.
1 parent 05441cb commit e4032cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ This code was originally forked from [Leah Culver and Andy Smith's oauth.py code
1111
* The library is likely no longer compatible with Python 2.3.
1212
* 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.
1313

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/).
21+
1422
# Signing a Request
1523

1624
```python

0 commit comments

Comments
 (0)