Compare commits

..

1 commit

Author SHA1 Message Date
jan
0a5aa1a01c [README] recommend editable install when cloning 2026-01-26 22:28:13 -08:00

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/
```