From 150aa17e9a9da73b2025a379919a3e43d442bf90 Mon Sep 17 00:00:00 2001 From: CramMK Date: Tue, 31 Mar 2020 09:21:57 +0200 Subject: [PATCH] Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 392f8c8..56c4a1d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Installation - pip + **OPTIONAL:** A virtual environment can be created at this point -+ Use `pip install --user -r requirements.txt` to install all dependencies ++ Use `pip install -r requirements.txt` to install all dependencies needed for the bot + Create a `config` file as described below