Skip to content

Commit

Permalink
Add install instructions, v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Querela committed Apr 21, 2020
1 parent e953a0b commit 82de804
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ Requirements

* `discord.py <https://github.com/Rapptz/discord.py>`_


Installation
------------

.. code-block:: bash
python3 -m pip install discord-notifier-bot
Optionally, install it locally with ``--user``.

Configuration
-------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def load_content(filename):

setup(
name="discord-notifier-bot",
version="0.1.5",
version="0.1.6",
license="MIT License",
author="Erik Körner",
author_email="[email protected]",
Expand Down

0 comments on commit 82de804

Please sign in to comment.