Quick Start¶
Quick start guide
Install¶
Probably, the best and simplest way — use PIP:
$ pip install route4me-sdk
See also
The full installation guide: Installation guide
Run example¶
import route4m.sdk
r4m = route4me.sdk.Route4Me(api_key='1111111')
print(r4m.version)