Skip to content

Commit 6a235e8

Browse files
committed
docs: add installation docs
1 parent 49823a2 commit 6a235e8

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

{{cookiecutter.package_name}}/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,14 @@
22

33
{{cookiecutter.description}}
44

5-
## Installation
5+
## Installation
6+
7+
I recommend using [uv](https://docs.astral.sh/uv/) to manage the python version, virtual environment and `{{cookiecutter.package_name}}` installation:
8+
9+
```bash
10+
uv venv --python 3.13
11+
source .venv/bin/activate
12+
uv pip install {{cookiecutter.package_name}}
13+
# Install Chromium browser binary required for playwright.
14+
playwright install chromium
15+
```

0 commit comments

Comments
 (0)