⛄ pip常用命令

查看pip源:

pip config list

更新源:

pip install update

升级pip:

python -m pip install --upgrade pip