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