From 6cae3516072bbdf4f3aae8cbc5cfc7e8658e1b03 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+. ---