Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 294c54e

Browse files
committed
add reference to requests to README
1 parent 7af2d1b commit 294c54e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

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

55
## Use it
66

7+
You need to have the `requests` module [installed](http://docs.python-requests.org/en/latest/user/install/#install).
8+
79
```
810
>>> import Overpass
911
>>> api = Overpass.API()

0 commit comments

Comments
 (0)