From bfd967e22331d7dc4f244d14f1b111c4d55e5d72 Mon Sep 17 00:00:00 2001 From: Panos Mavrogiorgos Date: Wed, 26 Apr 2023 09:59:44 +0300 Subject: [PATCH] Update README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 237f21a..83350a5 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,15 @@ You need the following binary dependencies: The recommended way of installation is [pipx](https://github.com/pypa/pipx): ``` -pipx install 'git+https://github.com/pmav99/inspectds.git' +pipx install inspectds # or if you want support for GRIB +pipx install 'inspectds[grib]' +``` + +If you want to install the latest development version from git, then use: +``` pipx install 'git+https://github.com/pmav99/inspectds.git#egg=inspectds[grib]' ```