📌  相关文章
📜  制作 requirements.txt 的命令 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:16.281000             🧑  作者: Mango

代码示例2
# First:
pip install pipreqs

# Then:
pipreqs path/to/project

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