Skip to content

Commit 7d00e4d

Browse files
committed
feat: add CI and release workflows, update installation instructions for copia-seed
1 parent 2fd5b20 commit 7d00e4d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ Copia requires **Python 3.13 or higher**.
55
=== "uv"
66

77
```bash
8-
uv add copia
8+
uv add copia-seed
99
```
1010

1111
Or as a standalone tool:
1212

1313
```bash
14-
uv tool install copia
14+
uv tool install copia-seed
1515
```
1616

1717
=== "pip"
1818

1919
```bash
20-
pip install copia
20+
pip install copia-seed
2121
```
2222

2323
=== "pipx"
2424

2525
```bash
26-
pipx install copia
26+
pipx install copia-seed
2727
```
2828

2929
=== "From source"

0 commit comments

Comments
 (0)