1 回答
- 最新
- 投票最多
- 评论最多
0
Hi,
The more canonical way to do such update in Python is to use the file 'requirements.txt' (that should probably also be present in your image at top of your python project) and update the project with the version you need and then run pip install -r requirements.txt
.
See https://learnpython.com/blog/python-requirements-file/ for more details
Best,
Didier
相关内容
- AWS 官方已更新 8 个月前
- AWS 官方已更新 3 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 3 年前