Installation guide

There are several ways to install Route4Me Python SDK.

PyPI

To install Route4Me Python SDK run this command in your terminal:

$ pip install route4me-sdk

If you don’t have pip installed you can use this guide to install pip.

Source Code

The source code of Route4Me Python SDK is open, public and live on GitHub: https://github.com/route4me/route4me-python-sdk.

You can either clone the entire repository:

$ git clone git://github.com/route4me/route4me-python-sdk.git

Or, download the zip/tarball:

# tarball
$ curl -OL https://github.com/route4me/route4me-python-sdk/tarball/master

# zip version:
$ curl -OL https://github.com/route4me/route4me-python-sdk/archive/master.zip

Now you can explore/modify code or embed it in your own project.