Skip to content

Commit

Permalink
docs: downloading datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Jan 11, 2024
1 parent 50cb79a commit bdba7ce
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ To run PyHDX server using the IP address and port number of your dask cluster:
pyhdx serve --scheduler_address <ip>:<port>
```


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

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

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

## Downloading datasets

You can download public datasets from the HDX-MS database to directly load into PyHDX web.

To download up to 5 available datasets from the repository:

```bash
pyhdx datasets fetch 5
```


## Install from source

Expand Down

0 comments on commit bdba7ce

Please sign in to comment.