From abfecd4bb8e786ce37f8900f9c0e9800d7a92f80 Mon Sep 17 00:00:00 2001
From: Agate <me@agate.blue>
Date: Mon, 13 Apr 2020 09:24:51 +0200
Subject: [PATCH] Update README.md to use pip3

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d68eb99..7195c17 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Installation and usage
 Install ansible:
 
 ```
-pip install --user ansible
+pip3 install --user ansible
 ```
 
 Create a directory for ansible files:
-- 
GitLab