Terralego/django-terra-geocrud

View on GitHub
doc/installation.rst

Summary

Maintainability
Test Coverage
Installation
============

Requirements
------------

Should match with [django-geostore](https://django-geostore.readthedocs.io/en/latest/installation.html#requirements) requirements

With pip
--------

From Pypi:

::

    pip install django-terra-geocrud

From Github:

::

    pip install -e https://github.com/Terralego/django-terra-geocrud.git@master#egg=django-terra-geocrud

With git
--------

::

    git clone https://github.com/Terralego/django-terra-geocrud.git
    cd django_terra_geocrud
    python setup.py install