📜  venv git - Shell-Bash 代码示例

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

代码示例1
# ignore your .venv/.env (virtualenv) folder and instead track a requirements.txt file
# Generate with
pip freeze > requirements.txt