显示页面讨论修订记录反向链接回到顶部 本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。 PYNQ软件清单 * [[https://chocolatey.org/docs/installation#install-with-powershellexe|chocolatey]] * [[https://chocolatey.org/packages/git.install|git-windows]] * [[https://chocolatey.org/packages/win32diskimager|win32diskimager]] * [[https://chocolatey.org/packages/microsoft-edge|microsoft-edge]] * [[https://chocolatey.org/packages/notepadplusplus|notepad++]] * [[https://chocolatey.org/packages/wxhexeditor|hex editor]] Open one **powershell** window with **administrator** mode: ```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 ```