From 9bb45e02bc3d89c28403bf128591b97e9680877b Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Wed, 7 Oct 2020 14:47:58 -0400 Subject: [PATCH] Change recommended pip install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14820f9..a938317 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ mkdir -p ~/Projects/agaric/ git clone git@gitlab.com:agaric/pomodoroprompt.git cd pomodoroprompt -pip3 install -r requirements.txt +python -m pip install --user -r requirements.txt ``` ## Usage