From e6ba4144185ec5e9d3dd011c35b3e8d9deb0e80e Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Sun, 17 Apr 2022 13:39:52 +0000 Subject: [PATCH] fix(README): Add `--user` to pip invocation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9403270..01a58b3 100644 --- a/README.md +++ b/README.md @@ -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.