From 9841f6dbcb72e723e97426573ca92d0335cce42f Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Wed, 3 Feb 2021 18:10:55 -0800 Subject: [PATCH] chore: remove the 1.8.0a1 mentions (#5297) --- docs/src/ci.md | 4 ++-- docs/src/languages.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/ci.md b/docs/src/ci.md index f9b38706ec..34cbd738c0 100644 --- a/docs/src/ci.md +++ b/docs/src/ci.md @@ -21,7 +21,7 @@ configurations for common CI providers. $ npm install ``` ```sh python - $ pip install playwright==1.8.0a1 + $ pip install playwright $ playwright install ``` @@ -56,7 +56,7 @@ steps: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install playwright==1.8.0a1 + pip install playwright pip install -e . - name: Ensure browsers are installed run: python -m playwright install diff --git a/docs/src/languages.md b/docs/src/languages.md index fb56ca726d..fcdbda5a01 100644 --- a/docs/src/languages.md +++ b/docs/src/languages.md @@ -23,7 +23,7 @@ npm i -D playwright [Playwright for Python](https://playwright.dev/python/docs/intro/) is available. ``` -pip install playwright==1.8.0a1 +pip install playwright ``` * [Documentation](https://playwright.dev/python/docs/intro/) * [API](https://playwright.dev/python/docs/api/class-playwright)