fix(README): Add --user
to pip invocation.
This commit is contained in:
parent
adfaa01763
commit
e6ba414418
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Packaged as `community/weechat-matrix`.
|
|||
```
|
||||
git clone https://github.com/poljar/weechat-matrix.git
|
||||
cd weechat-matrix
|
||||
pip install -r requirements.txt
|
||||
pip install --user -r requirements.txt
|
||||
```
|
||||
|
||||
3. As your regular user, just run: `make install` in this repository directory.
|
||||
|
|
Loading…
Reference in a new issue