Skip to content

Commit 35805fe

Browse files
committed
add library to pypi
1 parent ab9c6df commit 35805fe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ python-yelp-v2
44
A Python wrapper for the Yelp API v2. The structure for this was inspired by the [python-twitter](https://github.com/bear/python-twitter) library, and some internal methods are reused.
55

66

7+
Installation
8+
----
9+
10+
From [pypi](https://pypi.python.org/pypi/python-yelp-v2)
11+
12+
```sh
13+
pip install python-yelp-v2
14+
```
15+
716
Usage
817
-----
918

0 commit comments

Comments
 (0)