diff --git a/README.md b/README.md index 0eca227..cbcdbbc 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,19 @@ you `delete` or `clear` them. `requirements.txt`: ``` -aiokv @ git+ssh://git@git.rethinkstudios.io/rethink-public/aiokv.git +aiokv @ git+ssh://git@git.rethinkstudios.io/rethink-public/aiokv.git@v0.1.1 ``` Direct: ```bash -pip install "aiokv @ git+ssh://git@git.rethinkstudios.io/rethink-public/aiokv.git" +pip install "aiokv @ git+ssh://git@git.rethinkstudios.io/rethink-public/aiokv.git@v0.1.1" ``` Requires `aiofiles` (pulled transitively). +Drop the `@v0.1.1` suffix from the line above to install the latest unpinned. + ## Usage ```python @@ -85,4 +87,4 @@ are consistent and no update is lost. All blocking filesystem calls run via ## Versioning -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. +Releases are tagged `vX.Y.Z`. The install line above pins a release; drop the `@vX.Y.Z` suffix to install the latest unpinned. Pin deliberately for reproducible installs.