Browse Source

make: silence pip command

Sebastien Badia 7 years ago
parent
commit
479637420c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -38,7 +38,7 @@ sourcevenv:
 	fi
 
 install: venv sourcevenv
-	pip install -e .
+	@pip install -e .
 
 build: sourcevenv deps
 	gitoyen build