axiom-data-science / pygc

:globe_with_meridians: :straight_ruler: Great Circle calculations for Python 2/3 using Vincenty's formulae: http://en.wikipedia.org/wiki/Vincenty's_formulae
MIT License
13 stars 7 forks source link

Couldnt 'pip install' from github... #1

Closed acrosby closed 10 years ago

acrosby commented 10 years ago

Don't worry, I think I fixed it.

Now this works:

pip install git+https://github.com/acrosby/pygc.git@pipinstall#egg=pygc
kwilcox commented 10 years ago

Thanks