Skip to content

Commit 63e6b82

Browse files
committed
docs: remove copy/paste error
1 parent 01232d2 commit 63e6b82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

{{cookiecutter.package_name}}/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ I recommend using [uv](https://docs.astral.sh/uv/) to manage the python version,
1010
uv venv --python 3.13
1111
source .venv/bin/activate
1212
uv pip install {{cookiecutter.package_name}}
13-
# Install Chromium browser binary required for playwright.
14-
playwright install chromium
1513
```
1614

1715
## Additional setup
@@ -27,6 +25,7 @@ playwright install chromium
2725
2. Scroll to `Workflow permissions` and allow GHA to have `Read and write permissions` so it can create/push to the `gh-pages` branch.
2826
3. Go to `Settings` -> `Pages`.
2927
4. Configure your repo to deploy from the root of `gh-pages` branch.
28+
3029
{% endif %}
3130

3231
{% if cookiecutter.include_pypi == 'y' %}
@@ -39,4 +38,5 @@ playwright install chromium
3938
- **Repository name:** {{cookiecutter.package_name}}
4039
- **Workflow name:** test_deploy.yml
4140
- **Environment name:** (leave blank)
41+
4242
{% endif %}

0 commit comments

Comments
 (0)