diff --git a/.appveyor.yml b/.appveyor.yml index f7411cede..91ffaab58 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -52,7 +52,7 @@ install: # pip will build them from source using the MSVC compiler matching the # target Python version and architecture - ECHO "Install pip requirements:" - - "python -m ip install -r requirements.txt" + - "python -m pip install -r requirements.txt" - "python -m pip install PyInstaller" before_build: