mrempel / geohexviz

GeoHexViz - generating publication-quality geospatical visualization of hexagonally binned data
MIT License
6 stars 2 forks source link

Enable user to install from PyPI #5

Closed tony-zeidan closed 1 year ago

tony-zeidan commented 1 year ago

Should we let the user install the package from PyPI? Recall the reason why our project is conda-based (for lack of a better term) is because installing the GeoPandas dependency via pip is an issue on some operating systems (most notably Windows). I believe this is a must because it allows for flexibility - those who install GeoPandas using the combination of pip and pre-compiled binaries to also install geohexviz easily.

mrempel commented 1 year ago

GeoHexViz has been pushed to PyPI. The install instructions in the README.rst file have been updated to inform a user how to install GeoHexViz from PyPI (option 1) and GitHub (option 2).