We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
requests
1 parent 7af2d1b commit 294c54eCopy full SHA for 294c54e
README.md
@@ -4,6 +4,8 @@ This is a thin wrapper around the OpenStreetMap [Overpass API](http://wiki.opens
4
5
## Use it
6
7
+You need to have the `requests` module [installed](http://docs.python-requests.org/en/latest/user/install/#install).
8
+
9
```
10
>>> import Overpass
11
>>> api = Overpass.API()
0 commit comments