PYNQ软件清单

Open one powershell window with administrator mode:

snippet.powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
 
choco install -y git win32diskimager microsoft-edge notepadplusplus
choco install choco install wxhexeditor --pre -y