Codebase list python-pyproj / debian/1.9.4-1 README.md
debian/1.9.4-1

Tree @debian/1.9.4-1 (Download .tar.gz)

README.md @debian/1.9.4-1raw · history · blame

To install:

* clone github repo or download source release at http://python.org/pypi/pyproj.
* python setup.py build
* python setup.py install (with sudo if necessary).

To test, run `python -c "import pyproj; pyproj.test()"`

To use installed proj lib (and data files), use setup-proj.py instead
and set PROJ_DIR env var to point to location of proj installation.

Docs at http://jswhit.github.io/pyproj.

Report bugs/ask questions at https://github.com/jswhit/pyproj/issues.