mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
Update installation instructions in README to use editable mode for development
This commit is contained in:
@@ -27,7 +27,7 @@ Abogen supports Python 3.10–3.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)
|
||||||
|
|||||||
Reference in New Issue
Block a user