mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 14:12:02 +02:00
18 lines
507 B
ReStructuredText
18 lines
507 B
ReStructuredText
|
|
To install this module, you need to have `PostGIS <http://postgis.net/>`_ installed.
|
|
|
|
On Ubuntu::
|
|
|
|
.. code-block:: bash
|
|
|
|
sudo apt-get install postgis
|
|
|
|
The module also requires two additional python libs:
|
|
|
|
* `Shapely <http://pypi.python.org/pypi/Shapely>`_
|
|
|
|
* `geojson <http://pypi.python.org/pypi/geojson>`_
|
|
|
|
When you will install the module this two additional libs will be installed.
|
|
|
|
For a complete documentation please refer to the `public documenation <http://oca.github.io/geospatial/index.html>`_
|