From 5c786c6c39cf349787df3429be97340a633835a5 Mon Sep 17 00:00:00 2001 From: gabe-levin Date: Tue, 28 Jan 2025 13:19:57 +0100 Subject: [PATCH] docs: update readme to link to successful test.pypi deployment --- space2stats_client/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/space2stats_client/README.md b/space2stats_client/README.md index a196a3b..e1ef0d3 100644 --- a/space2stats_client/README.md +++ b/space2stats_client/README.md @@ -35,8 +35,7 @@ Extracts summary statistics from H3 data. ## Quick Start ```bash -cd space2stats_client -pip install e . +pip install -i https://test.pypi.org/simple/ space2stats-client ``` ```python