diff options
| author | 2019-08-06 15:40:32 +0100 | |
|---|---|---|
| committer | 2019-08-06 15:40:32 +0100 | |
| commit | 97f5c9243837298a368674fe9330476d6f965281 (patch) | |
| tree | d7a9797e6d7eb4cd3bbed1212f3fe2884738947a | |
| parent | Remove debug prints (diff) | |
Change pip command in README.md to be a --user command
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ Python3 event-driven modular IRC bot! ## Requirements -`pip3 install -r requirements.txt` +`pip3 install --user -r requirements.txt` ## Setup See [docs/help/setup.md](docs/help/setup.md). |
