From edf5c592a91aa5bb4dce5a8946fbb9ef8e7df342 Mon Sep 17 00:00:00 2001 From: Jack Eadie Date: Mon, 23 Oct 2023 10:19:10 +1000 Subject: [PATCH] Update pip install message. (#55) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df2bd79..755a522 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Spice.ai client library for Python. ## Installation ```bash -pip install git+https://github.com/spiceai/spicepy +pip install git+https://github.com/spiceai/spicepy@v1.0.0 ``` ## Usage