常用复制

conda create -n jangotest python=3.9 -y
#pip国内常用镜像源
清华:https://pypi.tuna.tsinghua.edu.cn/simple
pip install pyside2 -i https://pypi.tuna.tsinghua.edu.cn/simple