From 41cb5f2a6bd863df9ff4094e83996e6d01ded432 Mon Sep 17 00:00:00 2001 From: Olof Olsson Date: Sat, 16 Sep 2023 03:48:39 +0200 Subject: [PATCH] Update README.md add pip install install instructions --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47129aa..bf6e490 100644 --- a/README.md +++ b/README.md @@ -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: @@ -29,4 +39,4 @@ Please help by testing and reporting issues! - [ ] Add error handling - [ ] Check empty destination directory - [ ] Improve documentation -- [ ] Package script for pip \ No newline at end of file +- [ ] Package script for pip