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 공식업데이트됨 4달 전
- AWS 공식업데이트됨 3년 전