📜  从 python venv 导出需求 - Shell-Bash 代码示例

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

代码示例1
# Make sure you are in the active environment source venv/bin/activate

[pip | pip3] freeze > requirements.txt