fix(README): Add --user to pip invocation.

This commit is contained in:
Denis Kasak 2022-04-17 13:39:52 +00:00 committed by GitHub
parent adfaa01763
commit e6ba414418
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.