📜  如何为 aws sam local 安装 pandas - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:25.805000             🧑  作者: Mango

代码示例1
#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 pandas -t .
  # -t is for target directory
  # . for current directory