clean up language in installation.md (#7184)
This commit is contained in:
parent
5002420a6f
commit
2e251d9d5d
|
|
@ -7,7 +7,7 @@ title: "Installation"
|
||||||
|
|
||||||
## Managing browser binaries
|
## Managing browser binaries
|
||||||
|
|
||||||
Each version of Playwright needs specific versions of browser binaries to operate. By default Playwright downloads Chromium, WebKit and Firefox browsers into the OS-specific cache folders:
|
Each version of Playwright needs specific versions of browser binaries to operate. By default, Playwright downloads Chromium, WebKit and Firefox browsers into the OS-specific cache folders:
|
||||||
|
|
||||||
- `%USERPROFILE%\AppData\Local\ms-playwright` on Windows
|
- `%USERPROFILE%\AppData\Local\ms-playwright` on Windows
|
||||||
- `~/Library/Caches/ms-playwright` on MacOS
|
- `~/Library/Caches/ms-playwright` on MacOS
|
||||||
|
|
@ -22,7 +22,7 @@ pip install playwright
|
||||||
playwright install
|
playwright install
|
||||||
```
|
```
|
||||||
|
|
||||||
These browsers will take few hundreds of megabytes of the disk space when installed:
|
These browsers will take a few hundred megabytes of disk space when installed:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
du -hs ./Library/Caches/ms-playwright/*
|
du -hs ./Library/Caches/ms-playwright/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue