📌  相关文章
📜  python 生成 requirements.txt - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:33.225000             🧑  作者: Mango

代码示例6
# First:
pip install pipreqs

# Then:
pipreqs path/to/project

# There is now a requirements.txt file in the project folder.