Skip to content

Commit bdba7ce

Browse files
committed
docs: downloading datasets
1 parent 50cb79a commit bdba7ce

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/installation.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ To run PyHDX server using the IP address and port number of your dask cluster:
4646
pyhdx serve --scheduler_address <ip>:<port>
4747
```
4848

49-
5049
If no dask cluster is found at the specified address, a LocalCluster will be started (on localhost) using the
5150
specified port number.
5251

@@ -58,6 +57,16 @@ python local_cluster.py
5857

5958
This will start a Dask cluster on the scheduler address as specified in the PyHDX config.
6059

60+
## Downloading datasets
61+
62+
You can download public datasets from the HDX-MS database to directly load into PyHDX web.
63+
64+
To download up to 5 available datasets from the repository:
65+
66+
```bash
67+
pyhdx datasets fetch 5
68+
```
69+
6170

6271
## Install from source
6372

0 commit comments

Comments
 (0)