Add pip upgrade to windows contrib doc

This commit is contained in:
Filipe PINTO 2023-01-05 08:19:55 +01:00 committed by GitHub
parent 28b5a49c1d
commit 4721d305a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ Install git, llvm, nsis and python3
```powershell
choco install --confirm --no-progress git winlibs-llvm-free nsis
choco install --confirm --no-progress python3 --version "3.8.0"
python -m pip install --upgrade pip --quiet
```
Install rust