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