From 8f576b1147d569861764a6f9399b8d5d445dcabc Mon Sep 17 00:00:00 2001 From: Joscha Date: Fri, 12 Apr 2019 20:49:30 +0000 Subject: [PATCH] Update installation instructions --- README.md | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d3c26e..62e3551 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ In your project directory, run: ``` $ python -m venv . $ . bin/activate -$ pip install git+https://github.com/Garmelon/yaboli +$ pip install git+https://github.com/Garmelon/yaboli@v0.1.0 ``` ## Example echo bot diff --git a/setup.py b/setup.py index d544d71..27cd5f6 100644 --- a/setup.py +++ b/setup.py @@ -8,5 +8,6 @@ setup( ) # When updating the version, also: -# - set a tag to the update commit +# - update the README.md installation instructions # - update the changelog +# - set a tag to the update commit