docs: show unpinned install line; note tag-pinning for reproducibility

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
disqualifier 2026-06-29 18:07:15 -04:00
parent 5ee0292dcb
commit 22e91d2b2d

View File

@ -12,13 +12,13 @@ you `delete` or `clear` them.
`requirements.txt`:
```
aiokv @ git+ssh://git@git.rethinkstudios.io/rethink-public/aiokv.git@v0.1.1
aiokv @ git+ssh://git@git.rethinkstudios.io/rethink-public/aiokv.git
```
Direct:
```bash
pip install "aiokv @ git+ssh://git@git.rethinkstudios.io/rethink-public/aiokv.git@v0.1.1"
pip install "aiokv @ git+ssh://git@git.rethinkstudios.io/rethink-public/aiokv.git"
```
Requires `aiofiles` (pulled transitively).
@ -85,4 +85,4 @@ are consistent and no update is lost. All blocking filesystem calls run via
## Versioning
Tagged `vX.Y.Z`. Pin the tag in `requirements.txt`.
Releases are tagged `vX.Y.Z`. The install line above is unpinned and tracks the latest on the default branch; append `@vX.Y.Z` to pin a specific release for reproducible installs.