Python基础命令

#查询安装包
pip list
#更新包
pip install --upgrade *(包名)
#Windows换源
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
                        #阿里源
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/
                        #清华源

 

posted @ 2023-03-08 09:47  vicsee  阅读(29)  评论(0编辑  收藏  举报