Skip to content

Commit 37d7dd4

Browse files
author
Martin Gallo
committed
Install wheel with pip
1 parent 95b41da commit 37d7dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install:
2323
- "set PATH=%APPVEYOR_BUILD_FOLDER%;%PYTHON%;%PYTHON%\\Scripts;%PATH%"
2424

2525
# Install whell for building
26-
- "python.exe -m pip install wheel"
26+
- "pip install wheel"
2727

2828
# Installing Npcap
2929
- ps: iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/secdev/scapy/master/.appveyor/InstallNpcap.ps1'))

0 commit comments

Comments
 (0)