From 754fd46ee7a3f6bef5420e6acb600e4490eff173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=A9=20Cassiop=C3=A9e=20Gauthier?= Date: Tue, 16 Apr 2024 11:24:43 -0400 Subject: [PATCH] Mention that the current version can be installed from the public PyPI registry --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdaacb0..efc7ada 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,17 @@ ## Installation -Once downloaded, this package can be installed locally in development mode: +The most recent commit can be installed directly from this public PyPI package registry: ```console +pip install --index-url https://git.blorp.dev/api/packages/zo/pypi/simple pogo_scaled_estimators +``` + +This package can otherwise be installed locally in development mode: + +```console +git clone https://git.blorp.dev/zo/pogo-scaled-estimators.git +cd pogo-scaled-estimators pip install -e . ```