We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 477c03d + 95169d3 commit ed3d6fcCopy full SHA for ed3d6fc
README.md
@@ -5,7 +5,7 @@ A python library to access information about the Marble climate infomatics netwo
5
6
To install `marble_client` issue this command:
7
```shell
8
-pip install marble_client
+pip install marble-client
9
```
10
11
## Basic usage
@@ -150,4 +150,4 @@ access the resource if you have permission:
150
151
```python
152
>>> session.get(f"{client.this_node.url}/some/protected/subpath")
153
-```
+```
0 commit comments