From 5100dd29c2f7d0884c858a1ca7cfdf1345adeffd Mon Sep 17 00:00:00 2001 From: Min RK Date: Sat, 14 Mar 2015 14:32:23 -0600 Subject: [PATCH] note when installing with npm --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1c842ca9..47631eff 100755 --- a/setup.py +++ b/setup.py @@ -165,6 +165,7 @@ class Bower(BaseCommand): return if self.should_run_npm(): + print("installing build dependencies with npm") check_call(['npm', 'install'], cwd=here) os.utime(self.node_modules)