diff --git a/README.md b/README.md
index 28388804c09b07d646a215ef1a8834099ee99038..6996e8cca89f8c3b9d18ce4199f1d93d12e2f5aa 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