搜尋此網誌

2020年5月14日 星期四

How to create a requirement file of python project

For each project, we need a file that records the project's software package in the required format.
So we can use the freeze command to output the software package version.

The pip has command freeze that will list all software package version.
pip help message

We can use the freeze to export the requirement.txt.

The file will including the software package version.


How to install the software package in the new environment?


沒有留言:

張貼留言