Skip to content

Commit

Permalink
Add psutil to the windows devcontainers.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey authored Nov 9, 2023
1 parent da23192 commit fe78f0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/image/installers/install-lit.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $ENV:PATH = "C:\Python\Scripts;$ENV:PATH"

python -m pip install --upgrade pip
python -m pip install wheel
python -m pip install psutil
python -m pip install lit

Remove-Item .\python_installer.exe

0 comments on commit fe78f0b

Please sign in to comment.