Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to install numpy for aws sam local

#How to install pandas for aws sam local
Step1: Go to build directory of sam(sam-app>.aws-sam>build>HelloWorldFunction)
Step2: Now hear open terminal. Start installing packages 
Step3: sam-app/.aws-sam/build/HelloWorldFunction$ pip install numpy -t .
  # -t is for target directory
  # . for current directory
 
PREVIOUS NEXT
Tagged: #install #numpy #aws #sam #local
ADD COMMENT
Topic
Name
9+5 =