📅  最后修改于: 2022-03-11 14:49:34.034000             🧑  作者: Mango
#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