Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add pip install install instructions
  • Loading branch information
borsna authored Sep 16, 2023
1 parent e84b9ab commit 41cb5f2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Simple utility script to download datasets from data respositories.

⚠️ __script is in early development and needs testing__ ⚠️

## Installation

![PyPI](https://img.shields.io/pypi/v/daget)

to install daget using pip:

```
pip install daget
```

## Usage

Download dataset via DOI or landing page url:
Expand All @@ -29,4 +39,4 @@ Please help by testing and reporting issues!
- [ ] Add error handling
- [ ] Check empty destination directory
- [ ] Improve documentation
- [ ] Package script for pip
- [ ] Package script for pip

0 comments on commit 41cb5f2

Please sign in to comment.