Update installation instructions
This commit is contained in:
parent
6741d36009
commit
8f576b1147
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
3
setup.py
3
setup.py
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue