0

I have aws lambda function which internally uses trophosphere module. Can I download trophosphere to local file system using pip or similar without installing it? My aim is to download dependencies and zip with my python script. How I can do this?

Vijay
  • 924
  • 1
  • 12
  • 27

1 Answers1

1

Try this:

pip download troposphere
Harald Nordgren
  • 11,693
  • 6
  • 41
  • 65