From 72bbf6c811f07ce6bc7f6d9eb9b9e1e1ba67d1da Mon Sep 17 00:00:00 2001 From: Alex Merose Date: Sun, 10 Mar 2024 12:21:31 +0530 Subject: [PATCH] Added install instructions to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a8675d45..73e5874f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ _Query Xarray with SQL_ [![ci](https://github.com/alxmrs/xarray-sql/actions/workflows/ci.yml/badge.svg)](https://github.com/alxmrs/xarray-sql/actions/workflows/ci.yml) [![lint](https://github.com/alxmrs/xarray-sql/actions/workflows/lint.yml/badge.svg)](https://github.com/alxmrs/xarray-sql/actions/workflows/lint.yml) +```shell +pip install xarray-sql +``` ## What is this?