From 7677f5a1e2d092800bc1f11b71f85ecdefe6177c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Thu, 8 Jan 2026 01:30:43 +0300 Subject: [PATCH] Update installation instructions in README to use editable mode for development --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d2b812..a27b144 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Abogen supports Python 3.10–3.12. ```bash python -m venv .venv source .venv/bin/activate # On Windows use: .venv\Scripts\activate -pip install abogen +pip install -e .[dev] # We need to use this until pushing this branch to main ``` ### Launch the desktop app (PyQt6)