From b07b4670fbac052936dbde0d73a7f0f752fac903 Mon Sep 17 00:00:00 2001 From: bohd4nx Date: Fri, 20 Mar 2026 20:45:35 +0200 Subject: [PATCH] docs: update installation instructions to include unreleased changes from the dev branch --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 571bee8..34ecbf6 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ pip install pyfragment ``` +To install the latest unreleased changes from the `dev` branch: + +```bash +pip install git+https://github.com/bohd4nx/pyfragment.git@dev +``` + Requires Python 3.12+. ---