Update installation instructions

This commit is contained in:
Joscha 2019-04-12 20:49:30 +00:00
parent 6741d36009
commit 8f576b1147
2 changed files with 3 additions and 2 deletions

View file

@ -18,7 +18,7 @@ In your project directory, run:
``` ```
$ python -m venv . $ python -m venv .
$ . bin/activate $ . bin/activate
$ pip install git+https://github.com/Garmelon/yaboli $ pip install git+https://github.com/Garmelon/yaboli@v0.1.0
``` ```
## Example echo bot ## Example echo bot

View file

@ -8,5 +8,6 @@ setup(
) )
# When updating the version, also: # When updating the version, also:
# - set a tag to the update commit # - update the README.md installation instructions
# - update the changelog # - update the changelog
# - set a tag to the update commit