Skip to content

Commit c20f7ff

Browse files
committed
improve README
1 parent 9cef37f commit c20f7ff

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,21 @@ This is a thin wrapper around the OpenStreetMap [Overpass API](http://wiki.opens
66

77
## Install it
88

9+
### From PyPi
10+
11+
This is the recommended way.
12+
913
```bash
10-
$ python setup.py install
14+
pip install overpass
1115
```
1216

13-
The module is not on PyPi yet.
17+
### From source
18+
19+
You will get the latest and greatest, but untested version.
20+
21+
```bash
22+
$ python setup.py install
23+
```
1424

1525
If you get an error similar to
1626

0 commit comments

Comments
 (0)