Installation

Stable release

To install opendap-protocol, run this command in your terminal:

$ pip install opendap-protocol

This is the preferred method to install opendap-protocol, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From source

The sources for opendap-protocol can be downloaded from the GitHub repo.

You can either clone the public repository:

$ git clone git@github.com:MeteoSwiss/opendap-protocol.git

Or download the ZIP-file:

$ curl  -OL https://github.com/MeteoSwiss/opendap-protocol/archive/master.zip

Once you have a copy of the source, you can install it with:

$ python setup.py install