StalderT hace 7 años
padre
commit
2bb2ea75d1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      tools/appveyor/install.ps1

+ 2 - 1
tools/appveyor/install.ps1

@@ -4,10 +4,11 @@ $ErrorActionPreference = "Stop"
 
 Write-Host -ForegroundColor Green "`n### Installing CMake and python ###`n"
 & cinst --no-progress cmake python2
+& C:\Python27\python.exe -m pip install --upgrade pip
 & C:\Python27\Scripts\pip.exe install six
 
 Write-Host -ForegroundColor Green "`n### Installing sphinx ###`n"
-& pip install --user sphinx sphinx_rtd_theme
+& C:\Python27\Scripts\pip.exe install --user sphinx sphinx_rtd_theme
 
 Write-Host -ForegroundColor Green "`n### Installing Miktex ###`n"
 if (-not (Test-Path "c:\miktex\texmfs\install\miktex\bin\pdflatex.exe")) {