Merge branch 'patch-1' of https://github.com/johnjohndoe/ckanext-spatial into johnjohndoe-patch-1
This commit is contained in:
commit
d37f41760a
|
@ -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::
|
||||
|
|
Loading…
Reference in New Issue