Merge branch 'patch-1' of https://github.com/johnjohndoe/ckanext-spatial into johnjohndoe-patch-1

This commit is contained in:
amercader 2014-04-28 17:26:29 +01:00
commit d37f41760a
1 changed files with 3 additions and 3 deletions

View File

@ -75,17 +75,17 @@ Install the extension
To target the latest CKAN core release::
(pyenv) $ pip install -e git+https://github.com/okfn/ckanext-spatial.git@stable#egg=ckanext-spatial
(pyenv) $ pip install -e "git+https://github.com/okfn/ckanext-spatial.git@stable#egg=ckanext-spatial"
To target an old release (if a release branch exists, otherwise use
``stable``)::
(pyenv) $ pip install -e git+https://github.com/okfn/ckanext-spatial.git@release-v1.8#egg=ckanext-spatial
(pyenv) $ pip install -e "git+https://github.com/okfn/ckanext-spatial.git@release-v1.8#egg=ckanext-spatial"
To target CKAN ``master``, use the extension ``master`` branch (ie no
branch defined)::
(pyenv) $ pip install -e git+https://github.com/okfn/ckanext-spatial.git#egg=ckanext-spatial
(pyenv) $ pip install -e "git+https://github.com/okfn/ckanext-spatial.git#egg=ckanext-spatial"
2. Install the rest of python modules required by the extension::