docs(python): include pip upgrade command in intro (#8356)
This commit is contained in:
parent
953f19538a
commit
d3a703478b
|
|
@ -16,6 +16,7 @@ See [system requirements](#system-requirements).
|
||||||
[](https://pypi.python.org/pypi/playwright/)
|
[](https://pypi.python.org/pypi/playwright/)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
pip install --upgrade pip
|
||||||
pip install playwright
|
pip install playwright
|
||||||
playwright install
|
playwright install
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue