Skip to content

Commit 94ae841

Browse files
author
Dharwin Perez
committed
Add installing text
1 parent 54f36f3 commit 94ae841

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws_lambda/aws_lambda.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ def pip_install_to_target(path, local_package=None):
208208
continue
209209
elif r.startswith('-e '):
210210
r = r.replace('-e ','')
211+
212+
print('Installing {package}'.format(package=r))
211213
pip.main(['install', r, '-t', path, '--ignore-installed'])
212214

213215
if local_package is not None:

0 commit comments

Comments
 (0)