作者:朴子字軒_755 | 来源:互联网 | 2023-08-04 19:28
IwasfollowingthetutorialtocreateanAlexaappusingPython:我按照教程使用Python创建了一个Alexa应用程序:Pyt
I was following the tutorial to create an Alexa app using Python:
我按照教程使用Python创建了一个Alexa应用程序:
Python Alexa Tutorial
Python Alexa教程
I was able to successfully follow all the steps and get the app to work.I now want to modify the python code and use external libraries such as import requests
or any other libraries that I install using pip. How would I setup my lambda function to include any pip packages that I install locally on my machine?
我能够成功地遵循所有步骤并使应用程序工作。我现在想要修改python代码并使用外部库,例如导入请求或我使用pip安装的任何其他库。如何设置我的lambda函数以包含我在本机上本地安装的任何pip包?
4 个解决方案