Skip to content

Commit a78f6f3

Browse files
committed
Adding installation instruction
1 parent 55fadb3 commit a78f6f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Marble python client
22
A python library to access information about the Marble climate infomatics network. The library provides a pythonic interface to the Marble network's [central registry](https://github.com/DACCS-Climate/Marble-node-registry). Users of the network are encouraged to use this library to access the network information and avoid hardcoding URLs to various nodes or services.
33

4+
## Installation
5+
6+
To install `marble_client` issue this command:
7+
```shell
8+
pip install marble_client
9+
```
10+
411
## Basic usage
512

613
The first thing to do is to get a `client` object:

0 commit comments

Comments
 (0)