From 13c55110ff1be4478eb101f983c2683512796ed5 Mon Sep 17 00:00:00 2001 From: Alex Merose Date: Sun, 10 Mar 2024 12:21:51 +0530 Subject: [PATCH] Added install instructions to README.md (#42) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a8675d4..73e5874 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?