From de52317c58cdaf043303bb8f951cd0f16cb816ba Mon Sep 17 00:00:00 2001 From: Manusha Chethiyawardhana <45126869+Manusha17@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:09:10 +0530 Subject: [PATCH] Update installation.md (#1021) Update required Python version in docs --- docs/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index d99f5b0c..f38b5242 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -3,7 +3,7 @@ id: installation title: Installation --- -**diagrams** requires **Python 3.6** or higher, check your Python version first. +**diagrams** requires **Python 3.7** or higher, check your Python version first. **diagrams** uses [Graphviz](https://www.graphviz.org/) to render the diagram, so you need to [install Graphviz](https://graphviz.gitlab.io/download/) to use it.