Skip to content

Commit

Permalink
Fix installation page of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Aug 20, 2023
1 parent 32d4c6f commit aff49ec
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ Python compatibility
--------------------

Mimesis is compatible with Python, including PyPy, version 3.8 or higher.
The Mimesis 4.1.3 is the last release that accommodates Python 3.6 and 3.7.

To prevent unintended upgrades, it is **highly advisable** to always specify
the version of mimesis that you are using by pinning it.
.. image:: https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%20pypy-brightgreen
:target: https://pypi.org/project/mimesis/
:alt: Python version


Dependencies
------------
Expand All @@ -21,6 +22,17 @@ timezone support for some methods of the :class:`~mimesis.Datetime` provider.
Install Mimesis
---------------

.. note::

To prevent unintended upgrades, it is **highly advisable** to always specify
the version of mimesis that you are using by pinning it.

The latest version of Mimesis is:

.. image:: https://img.shields.io/pypi/v/mimesis?color=bright-green
:target: https://pypi.org/project/mimesis/
:alt: PyPi Version

Within the pre-activated environment, use the following command to install Mimesis:

.. code-block:: sh
Expand Down

0 comments on commit aff49ec

Please sign in to comment.