查看安装包版本信息:python3 -m pip freeze
安装:python3 -m pip install xxx
卸载:python3 -m pip uninstall xxx
更新:python3 -m pip install --upgrade pip setuptools wheel
安装本地whl包:python3 -m pip install ***.whl