Update installation instructions in README to use editable mode for development

This commit is contained in:
Deniz Şafak
2026-01-08 01:30:43 +03:00
parent 0e726b97c4
commit 7677f5a1e2
+1 -1
View File
@@ -27,7 +27,7 @@ Abogen supports Python 3.103.12.
```bash ```bash
python -m venv .venv python -m venv .venv
source .venv/bin/activate # On Windows use: .venv\Scripts\activate 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) ### Launch the desktop app (PyQt6)