From 96d9fbdc0027b3fd357a6aab172ec6f7f3cc94af Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Thu, 18 Jul 2024 14:21:59 +0200 Subject: [PATCH] Docs: Remove note in installation guide regarding Python requirement This admonition is not that useful since it still refers the user to an external website and the target information is not immediately obvious either. Besides, if the installed Python version is not supported, this will automatically be reported by the package manager. --- docs/source/installation/guide_quick.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/source/installation/guide_quick.rst b/docs/source/installation/guide_quick.rst index 25ef307d57..7246498a87 100644 --- a/docs/source/installation/guide_quick.rst +++ b/docs/source/installation/guide_quick.rst @@ -10,11 +10,6 @@ First, install the ``aiida-core`` Python package: pip install aiida-core -.. attention:: - - AiiDA requires a recent version of Python. - Please refer to the `Python Package Index `_ for the minimum required version. - Next, set up a profile where all data is stored: .. code-block:: console