From 673e608752fcfa379f12adb706274c03c426a6bf Mon Sep 17 00:00:00 2001 From: AlberLC Date: Tue, 11 Jan 2022 22:32:11 +0100 Subject: [PATCH] README.md -> README.rst --- README.rst | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 4c3789f..a26eabb 100644 --- a/README.rst +++ b/README.rst @@ -1,16 +1,28 @@ FlanaBot ======== -.. image:: https://img.shields.io/github/license/AlberLC/flanabot?style=flat - :target: https://github.com/AlberLC/flanabot/blob/main/LICENSE - :alt: License +|license| |project_version| |python_version| Flanagan's bot. Installation ------------ + Python 3.10 or higher is required. .. code-block:: python - pip install flanabot \ No newline at end of file + pip install flanabot + + +.. |license| image:: https://img.shields.io/github/license/AlberLC/flanabot?style=flat + :target: https://github.com/AlberLC/flanabot/blob/main/LICENSE + :alt: License + +.. |project_version| image:: https://img.shields.io/pypi/v/flanabot + :target: https://pypi.org/project/flanabot/ + :alt: PyPI + +.. |python_version| image:: https://img.shields.io/pypi/pyversions/flanabot + :target: https://www.python.org/downloads/ + :alt: PyPI - Python Version \ No newline at end of file