File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
7575version format like ` 0.6.0.postN.devX ` . This is useful if you want the latest development changes but still prefer
7676installing from a trusted package index (e.g. one that provides [ attestations] or reproducible builds), instead of
7777relying 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
You can’t perform that action at this time.
0 commit comments