We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd5b20 commit 7d00e4dCopy full SHA for 7d00e4d
3 files changed
.github/workflows/CI.yml .github/workflows/ci.yml.github/workflows/CI.yml renamed to .github/workflows/ci.yml
.github/workflows/Release.yml .github/workflows/release.yml.github/workflows/Release.yml renamed to .github/workflows/release.yml
docs/installation.md
@@ -5,25 +5,25 @@ Copia requires **Python 3.13 or higher**.
5
=== "uv"
6
7
```bash
8
- uv add copia
+ uv add copia-seed
9
```
10
11
Or as a standalone tool:
12
13
14
- uv tool install copia
+ uv tool install copia-seed
15
16
17
=== "pip"
18
19
20
- pip install copia
+ pip install copia-seed
21
22
23
=== "pipx"
24
25
26
- pipx install copia
+ pipx install copia-seed
27
28
29
=== "From source"
0 commit comments