.. Formatted as reStructuredText

openwsn-coap implements the Constrained Application Protocol (CoAP) developed
 by the IETF CORE working group.

Installation
------------
You may install openwsn-coap with the standard pip command line, as shown
below. See the pip `installation instructions`_ if it is not installed 
already. You must be logged in with Windows administrator or Linux superuser
privileges to install to system-level directories.

::

    > pip install openwsn-coap
    
Alternatively, you may download the openwsn-coap archive, extract it, and
install with the standard Python setup.py command line, as shown below. This
command uses pip to retrieve other required Python libraries.

::

    > python setup.py install
    
Uninstallation
--------------
To uninstall a pip-based installation, use the command line::

    > pip uninstall openwsn-coap

Please contact us via the `mailing list`_ or an `issue report`_ if you 
have any questions or suggestions.

| Thanks!
| The OpenWSN Team

.. _home page:
   https://openwsn.atlassian.net/wiki/display/OW/coap

.. _installation instructions:
   http://www.pip-installer.org/en/latest/installing.html

.. _installation page:
   https://openwsn.atlassian.net/wiki/display/OW/Installation+and+Dependencies

.. _mailing list: https://openwsn.atlassian.net/wiki/display/OW/Mailing+List

.. _issue report: https://openwsn.atlassian.net
