Installation¶

The package can be installed directly with pip or from GitHUb.

Pip¶

PyPMT can be installed using the pip command:

In [1]:
# insert here when ready

GitHub¶

The mose recent version can be installed from GitHub via:

In [2]:
# insert when ready

Package Dependencies¶

  • Numpy
  • Scipy
  • Cartopy
  • Geopy
  • Matplotlib
  • Shapely
  • Pyproj

These can all be installed using pip.

In [ ]: