[README] recommend editable install when cloning

This commit is contained in:
jan 2026-01-26 22:28:13 -08:00
commit 0a5aa1a01c

View file

@ -26,5 +26,5 @@ pip install backwash
Alternatively, clone and install
```bash
git clone https://mpxd.net/code/jan/backwash.git
pip install backwash/
pip install -e backwash/
```