在PyCharm中更改源的步骤如下:
使用pip换源:
config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
使用conda换源:
config --set channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
现在,您可以在PyCharm中使用这个新的外部工具来更改您的源。只需点击“工具”菜单,选择您创建的工具,然后源将被更改为您指定的源。