From 12b3c1668501c5a8d4e62ad97e3022da4e38da6f Mon Sep 17 00:00:00 2001 From: "Nigel L. E. Hew" <77617652+nhew1994@users.noreply.github.com> Date: Mon, 2 Mar 2026 20:48:56 -0500 Subject: [PATCH 1/3] Update PyPI installation section in README Removed 'coming soon' note from PyPI installation section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1023daa..f124598 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Using Conda: conda activate pyzentropy ## Install pyzentropy -### From PyPI (coming soon) +### From PyPI python -m pip install pyzentropy From 5fd0cad3e1c183727c7aa19b862527af825437e4 Mon Sep 17 00:00:00 2001 From: "Nigel L. E. Hew" <77617652+nhew1994@users.noreply.github.com> Date: Mon, 2 Mar 2026 20:50:42 -0500 Subject: [PATCH 2/3] Revise PyPI installation note in installation.md Updated installation instructions to reflect PyPI availability. --- docs/_source/installation.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/_source/installation.md b/docs/_source/installation.md index a0cd249..63a8d99 100644 --- a/docs/_source/installation.md +++ b/docs/_source/installation.md @@ -12,13 +12,10 @@ Using Conda: Install pyzentropy -From PyPI (coming soon) +From PyPI python -m pip install pyzentropy -**Note:** PyPI installation will be available in a future release. For now, please install from source as described below. - - From Source Clone the repository: From 44a692aae013979dd01642adcd863de0768f17fe Mon Sep 17 00:00:00 2001 From: "Nigel L. E. Hew" <77617652+nhew1994@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:02:42 -0500 Subject: [PATCH 3/3] Update installation instructions in README Remove note about future PyPI installation availability. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f124598..af2045a 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ Using Conda: python -m pip install pyzentropy -PyPI installation will be available in a future release. For now, please install from source as described below. - ### From Source Clone the repository: