From 3019beeb46e271e95001b8cb657db8f0b9a1ad76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Fri, 13 Dec 2024 19:51:04 -0500 Subject: [PATCH] DOC: Fix installation documentation Python version Fix installation documentation Python version: the tool supports Python greater than or equal to 3.10. --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 86e5bf8c..02fccc59 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -5,7 +5,7 @@ Installation ============ Make sure all of *eddymotion*' `External Dependencies`_ are installed. -On a functional Python 3.7 (or above) environment with ``pip`` installed, +On a functional Python 3.10 (or above) environment with ``pip`` installed, *eddymotion* can be installed using the habitual command :: $ python -m pip install eddymotion