Skip to content

Commit ed687e4

Browse files
fujiiRazvan Caliman
authored andcommitted
WindowsPort.md: Install pywin32 Python module
1 parent 842d47d commit ed687e4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/Ports/WindowsPort.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ XAMPP includes Perl, and running layout tests needs XAMPP. Install XAMPP instead
1919
choco install -y xampp-81 python ruby git cmake gperf llvm ninja
2020
```
2121

22+
Install pywin32 Python module for run-webkit-tests and git-webkit.
23+
24+
```
25+
python -m pip install pywin32
26+
```
27+
2228
Windows Git enables `autocrlf` by default. But, some layout tests files have to be checked out as LF line end style. See [Bug 240158](https://bugs.webkit.org/show_bug.cgi?id=240158).
2329

2430
```
@@ -146,7 +152,7 @@ Install XAMPP as described above.
146152
Install required Python and Ruby modules.
147153

148154
```
149-
pip install pywin32
155+
python -m pip install pywin32
150156
gem install webrick
151157
```
152158

0 commit comments

Comments
 (0)