We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367b995 commit 75d2185Copy full SHA for 75d2185
2 files changed
README.md
@@ -14,7 +14,7 @@ The functionality of this repository is kept simple.
14
After installing [iris](https://scitools-iris.readthedocs.io/en/latest/installing.html), this package can be installed with the command:
15
16
```bash
17
-pip install ESMValTool_sample_data@git+https://github.com/ESMValGroup/ESMValTool_sample_data
+pip install ESMValTool_sample_data
18
```
19
20
Data can be loaded using the following command for daily or monthly timeseries data.
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='ESMValTool_sample_data',
12
- version='0.0.3',
+ version='0.0.4',
13
description="ESMValTool sample data",
long_description=readme,
long_description_content_type='text/markdown',
0 commit comments