在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中使用這個新的外部工具來更改您的源。只需點擊“工具”菜單,選擇您創建的工具,然后源將被更改為您指定的源。