diff --git a/README.md b/README.md index 153e063..4f340ff 100644 --- a/README.md +++ b/README.md @@ -11,17 +11,19 @@ and swap the HTTP client while inheriting everything else. `requirements.txt`: ``` -aioweb @ git+ssh://git@git.rethinkstudios.io/rethink-public/aioweb.git +aioweb @ git+ssh://git@git.rethinkstudios.io/rethink-public/aioweb.git@v0.1.4 ``` Direct: ```bash -pip install "aioweb @ git+ssh://git@git.rethinkstudios.io/rethink-public/aioweb.git" +pip install "aioweb @ git+ssh://git@git.rethinkstudios.io/rethink-public/aioweb.git@v0.1.4" ``` Requires `aiohttp` and `yarl` (pulled transitively). +Drop the `@v0.1.4` suffix from the line above to install the latest unpinned. + ## Usage ```python @@ -147,4 +149,4 @@ Two changes can't be shimmed without re-introducing the bugs they fix: ## 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.