1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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
Contenus pertinents
- Réponse acceptéedemandé il y a 4 mois
- demandé il y a un mois
- demandé il y a 4 mois
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a un an
- AWS OFFICIELA mis à jour il y a 2 ans