Skip to content
Livebug's Space
Main Navigation
Home
About
Tags
ChangeLog
Appearance
Menu
Return to top
On this page
python3 基础学习
1. python 生成requirements.txt
bash
pip
freeze
>
requirements.txt
2. 根据 requirements.txt 下载包
bash
pip
download
-r
.
\r
equirements.txt
.
\p
ackages
\
↑