Skip to content

Commit 5b2b45a

Browse files
committed
Improve installation docs wording
1 parent 384d82f commit 5b2b45a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/installation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hide:
77

88
## PyPI (stable) version
99

10-
Mcproto is available on [PyPI][mcproto-pypi] and can be installed like any other python library with:
10+
Mcproto is available on [PyPI][mcproto-pypi] and can be installed like any other Python library with:
1111

1212
=== ":simple-python: pip"
1313

@@ -71,7 +71,7 @@ Mcproto is available on [PyPI][mcproto-pypi] and can be installed like any other
7171

7272
## Test PyPI (latest main commit builds)
7373

74-
Mcproto publishes a new version to [Test PyPI][mcproto-testpypi] on **every commit to the `main` branch**, using a
74+
A new version of mcproto is published to [Test PyPI][mcproto-testpypi] on **every commit to the `main` branch**, using a
7575
version format like `0.6.0.postN.devX`. This is useful if you want the latest development changes but still prefer
7676
installing from a trusted package index (e.g. one that provides [attestations] or reproducible builds), instead of
7777
relying on VCS links.
@@ -85,6 +85,7 @@ section](#latest-git-version)), but Test PyPI offers advantages like:
8585

8686
- Index-based installation with hashes and attestations
8787
- Easier CI/CD and lockfile compatibility
88+
- Skips the need to build the package locally, pre-built wheels are downloaded directly
8889
- No need for Git to be installed
8990

9091
!!! warning

0 commit comments

Comments
 (0)