README: document developer installation as user

If you're looking into running uninstalled, you likely don't want to
setup as root.
This commit is contained in:
Clément Bœsch
2017-09-08 21:13:58 +02:00
parent 6938c506bb
commit 984dd524ef

View File

@@ -228,7 +228,7 @@ To make it easier for developers, you can run whipper straight from the
source checkout:
```bash
python2 setup.py develop
python2 setup.py develop --user
whipper -h
```