【笔记】腾讯云云函数安装pip依赖 发表于 2025-12-26 更新于 2026-08-04 阅读次数: 116202265144109365前言腾讯云云函数Serverless安装pip依赖 正文12cd srcpip3 install <package_name> -t . 完成