docs: update installation instructions to include unreleased changes from the dev branch

This commit is contained in:
bohd4nx
2026-03-20 20:45:35 +02:00
parent 13f5aaf555
commit 6cae351607
+6
View File
@@ -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+.
---