File: installation.rst

package info (click to toggle)
owslib 0.35.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,772 kB
  • sloc: xml: 143,288; python: 24,542; makefile: 15
file content (75 lines) | stat: -rw-r--r-- 1,667 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Installation
============

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

OWSLib requires a Python interpreter, as well as `lxml <https://lxml.de>`_ for XML parsing.

Install
-------

PyPI:

.. code-block:: bash

  pip3 install OWSLib

Git:

.. code-block:: bash

  git clone https://github.com/geopython/OWSLib.git

UbuntuGIS (`stable`_, `unstable`_):

.. code-block:: bash

  apt-get install python3-owslib

Anaconda:

.. note::

   The OWSLib conda packages are provided by the community, not OSGeo, and therefore there may be
   multiple packages available.  To search all conda channels: http://anaconda.org/search?q=type%3Aconda+owslib
   However usually conda-forge will be the most up-to-date.

.. code-block:: bash

  conda install -c conda-forge owslib

openSUSE:

.. code-block:: bash

  zypper ar http://download.opensuse.org/repositories/Application:/Geo/openSUSE_12.1/ GEO
  zypper refresh
  zypper install owslib

CentOS:

.. code-block:: bash

  wget -O /etc/yum.repos.d/CentOS-CBS.repo http://download.opensuse.org/repositories/Application:/Geo/CentOS_6/Application:Geo.repo
  yum install owslib

RedHat Enterprise Linux

.. code-block:: bash

  wget -O /etc/yum.repos.d/RHEL-CBS.repo http://download.opensuse.org/repositories/Application:/Geo/RHEL_6/Application:Geo.repo
  yum install owslib

Fedora:

.. note::

  As of Fedora 20, OWSLib is part of the Fedora core package collection

.. code-block:: bash

  yum install OWSLib

.. _`stable`: https://launchpad.net/%7Eubuntugis/+archive/ubuntu/ppa/+sourcepub/10758317/+listing-archive-extra
.. _`unstable`: https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable/+sourcepub/10933910/+listing-archive-extra