安装 Python 依赖项

在 Cloud Build 中使用 pip 安装。https://cloud.google.com/build/docs/building/build-python

深入探索

如需查看包含此代码示例的详细文档,请参阅以下内容:

代码示例

YAML

steps:
  # Install dependencies
  - name: python
    entrypoint: pip
    args: ["install", "-r", "requirements.txt", "--user"]

后续步骤

如需搜索和过滤其他 Google Cloud 产品的代码示例,请参阅 Google Cloud 示例浏览器