summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst25
1 files changed, 24 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 0db68d7..0be3bba 100644
--- a/README.rst
+++ b/README.rst
@@ -1 +1,24 @@
-Todo
+
+Install
+-------
+
+Install via `pip` with::
+
+ $ pip install cdsapi
+
+
+Configure
+---------
+
+Get your API key from the CDS portal and write it into the configuration file::
+
+ $ vim ~/.cdsapi
+
+Test
+----
+
+ $ python
+ >>> import cdsapi
+ >>> cds = cdsapi.Client()
+ >>> cds.get_resource("insitu-glaciers-extent", {})
+ ...