sambeckman/pygmaps
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
==Building and installing modules==
*From source:*
Untar the source distribution and run:
{{{
$ python setup.py build
$ python setup.py install
}}}
==using the module==
import pygmaps
== examples==
see pygmaps_test.py