From 97f5c9243837298a368674fe9330476d6f965281 Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 6 Aug 2019 15:40:32 +0100 Subject: [PATCH] Change pip command in README.md to be a --user command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).