From d3a703478b89af25cca5836cb02542ac36c7936f Mon Sep 17 00:00:00 2001 From: nileshfriendbuy <87041249+nileshfriendbuy@users.noreply.github.com> Date: Mon, 23 Aug 2021 05:37:00 -0700 Subject: [PATCH] docs(python): include pip upgrade command in intro (#8356) --- docs/src/intro-python.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/intro-python.md b/docs/src/intro-python.md index 98bf27b526..5bdfa4b41e 100644 --- a/docs/src/intro-python.md +++ b/docs/src/intro-python.md @@ -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 ```