Closed Robbie-Palmer closed 1 month ago
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 :)
done, check out v2.0.3 out now.
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 😄