wdm0006 / pygeohash

Python module for interacting with geohashes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release new version to PyPi

Robbie-Palmer opened this issue Β· comments

I would like to use the new get_adjacent function currently available on the master branch
Could this be released on PyPi as version 1.3.0 please πŸ˜„

I would also like to use the new get_adjacent function :) .

I was trying to follow this method of installing directly from github, but haven't had any luck:

https://adamj.eu/tech/2019/03/11/pip-install-from-a-git-repository/

Wondering if there is another way to get latest master installed via pip before an official release.

@YKCzoli pip install git+https://github.com/wdm0006/pygeohash works for me
As does the alternative pip install 'pygeohash @ git+https://github.com/wdm0006/pygeohash' mentioned in that linked article

@Robbie-Palmer Ah you are right! Thanks for following up with that, I think my install was using a cache locally, not sure but it IS working now, thanks again :)