NASA-DEVELOP / dnppy

DEVELOP National Program Python package for use with NASA data and GIS!
https://nasa-develop.github.io/dnppy/
Other
81 stars 40 forks source link

Setup #65

Closed Jwely closed 9 years ago

Jwely commented 9 years ago

setup now uses setuptools like it should. Allows dnppy to be installed with:

import pip
pip.main(["install","https://github.com/NASA-DEVELOP/dnppy/archive/master.zip"])