We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b41da commit 37d7dd4Copy full SHA for 37d7dd4
.appveyor.yml
@@ -23,7 +23,7 @@ install:
23
- "set PATH=%APPVEYOR_BUILD_FOLDER%;%PYTHON%;%PYTHON%\\Scripts;%PATH%"
24
25
# Install whell for building
26
- - "python.exe -m pip install wheel"
+ - "pip install wheel"
27
28
# Installing Npcap
29
- ps: iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/secdev/scapy/master/.appveyor/InstallNpcap.ps1'))
0 commit comments