From 232b952da6caa2a6af6b306c8662d1d01f480db1 Mon Sep 17 00:00:00 2001 From: Marten Henric van Kerkwijk Date: Tue, 20 Jan 2026 20:37:48 -0500 Subject: [PATCH] DOC: add instructions for installing development version [ci skip] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e1fc208..b8a5fc1 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ pip install "numpy>=2.4" pip install numpy-quaddtype ``` +Or grab the development version with + +```bash +pip install git+https://github.com/numpy/numpy-quaddtype.git +``` + ## Usage ```python