ESP32的VS Code環境搭建

安裝失敗的時候需要更換PIP源
1.在運行窗口或資源管理器中輸入%APPDATA%

2.進入目錄后,新建一個文件夾pip,并在該文件夾里面新建文件pip.ini,并輸入以下內容:

文本內容如下所示:
[global]
timeout = 6000
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
trusted-host = pypi.tuna.tsinghua.edu.cn

安裝失敗的時候需要更換PIP源
1.在運行窗口或資源管理器中輸入%APPDATA%

2.進入目錄后,新建一個文件夾pip,并在該文件夾里面新建文件pip.ini,并輸入以下內容:

文本內容如下所示:
[global]
timeout = 6000
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
trusted-host = pypi.tuna.tsinghua.edu.cn