From fa1a58257eaaa33305189e79331dca0a11ccc1a5 Mon Sep 17 00:00:00 2001 From: Sevenannn Date: Thu, 2 Nov 2023 12:07:43 -0700 Subject: [PATCH] Update pip install message --- snippet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippet.py b/snippet.py index f21cc4b..24d3d4a 100644 --- a/snippet.py +++ b/snippet.py @@ -1,4 +1,4 @@ -# Install with: pip install git+https://github.com/spiceai/spicepy +# Install with: pip install git+https://github.com/spiceai/spicepy@v1.0.0 from spicepy import Client client = Client('API_KEY')