From 60c002ce9d49aa30e31808ac3f8cb929b3543c3d Mon Sep 17 00:00:00 2001
From: Robin Mueller <robin.mueller.m@gmail.com>
Date: Thu, 20 Aug 2020 14:45:33 +0200
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 2838880..6996e8c 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ compiler. If using the local venv as the compiler, these packages
 should be installed. <br>
 Command: 
 ```sh
-python<version> install -r requirements.txt
+pip install -r requirements.txt
 ```
 Alternatively:
 ```sh
-- 
GitLab