Fix --editable (mode) option given --user as arg
--user option should be before, or after `--editable .` not in between. Before seems better.
This commit is contained in:
parent
8cec7c74d8
commit
c6829782a3
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ make sure your changes work.
|
|||
|
||||
```bash
|
||||
cd borgmatic/
|
||||
pip3 install --editable --user .
|
||||
pip3 install --user --editable .
|
||||
```
|
||||
|
||||
Note that this will typically install the borgmatic commands into
|
||||
|
|
Loading…
Reference in a new issue