部署Python项目时需要安装依赖的包,可以通过requirements.txt一键安装项目所依赖的包
pip freeze > requirements.txt
pip install -r requirements.txt
← Go —— 零值 shell脚本中数组作为参数传递→