Answers for "how to install numpy for aws sam local"

0

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
Posted by: Guest on June-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language