ckan / ckanext-geoview

CKAN Geospatial ResourceView
MIT License
43 stars 58 forks source link

Is pip extension version up2date? #62

Closed 4estone closed 4 years ago

4estone commented 4 years ago

when I install geoview with pip I'm not sure to install last plugin release. Could you tell me if I'm right or not? Thanks

Sylvain

benhid commented 4 years ago

Latest version from Github is 0.0.16, install by using:

pip install git+https://github.com/ckan/ckanext-geoview.git

P.S. Make sure to install any extra requirement from pip-requirements.txt:

pip install requests ckantoolkit
amercader commented 4 years ago

@4estone sorry, it is now: https://pypi.org/project/ckanext-geoview/

@benhid thanks for the pointers