Python杂记

导出和安装依赖库

pip3 install pipreqs

# 导出
pipreqs ./

# 安装
pip3 install -r requirements.txt