aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-08-06 15:40:32 +0100
committerGravatar jesopo2019-08-06 15:40:32 +0100
commit97f5c9243837298a368674fe9330476d6f965281 (patch)
treed7a9797e6d7eb4cd3bbed1212f3fe2884738947a
parentRemove debug prints (diff)
Change pip command in README.md to be a --user command
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 40acc5cb..4a899649 100644
--- a/README.md
+++ b/README.md
@@ -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).