Python template version package management

1. Save the current package and version information to requirements.txt

pip freeze > requirements.txt

2. Use the pip command to install the corresponding packages in batches

pip install -r requirements.txt

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326501318&siteId=291194637