docs(python): include pip upgrade command in intro (#8356)

This commit is contained in:
nileshfriendbuy 2021-08-23 05:37:00 -07:00 committed by GitHub
parent 953f19538a
commit d3a703478b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ See [system requirements](#system-requirements).
[![PyPI version](https://badge.fury.io/py/playwright.svg)](https://pypi.python.org/pypi/playwright/)
```bash
pip install --upgrade pip
pip install playwright
playwright install
```