diff --git a/Makefile b/Makefile
index 812c84bc38aa6dd36a00432711dd17f40d21227d..43dbbcce49f29382794365f49d656a4e4af978e8 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,7 @@ deps-python-dev: FORCE
 
 deps-python: FORCE
 	@echo "\n${GREEN}*** Installing Python dependencies ***${NC}\n"
-	@pip install -r requirements.pip --upgrade
+	@pip install --no-cache-dir -r requirements.pip --upgrade
 
 
 #-------------------------------------------------------------------------------