目标:开发一个用于监控 CS 市场大盘并整活的微信机器人
平台:Windows
工具:PowerShell + Chocolatey
确保以 管理员身份 运行 PowerShell。
在 PowerShell 中执行以下命令:
powershellSet-ExecutionPolicy RemoteSigned -Scope Process
执行以下命令来安装 Chocolatey:
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命令,验证 Chocolatey 是否安装成功:
重新打开 管理员权限 的 PowerShell,输入以下命令:
choco install make


本文作者:烈焰大火龙
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 © 烈焰大火龙 许可协议。转载请注明出处!