From 62248b7476a3d247bf46c69abe424b43b23c0b8a Mon Sep 17 00:00:00 2001 From: mingrammer Date: Sun, 26 Apr 2020 01:04:39 +0900 Subject: [PATCH] docs(installation): mention required python version --- docs/getting-started/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 8c87ed05b..90f6be80a 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -3,6 +3,8 @@ id: installation title: Installation --- +It requires **Python 3.6** or higher, check your Python version first. + It uses [Graphviz](https://www.graphviz.org/) to render the diagram, so you need to [install Graphviz](https://graphviz.gitlab.io/download/) to use **diagrams**. After installing graphviz (or already have it), install the **diagrams**. > macOS users can download the Graphviz via `brew install graphviz` if you're using [Homebrew](https://brew.sh). Similarly, Windows users with [Chocolatey](https://chocolatey.org) installed can run `choco install graphviz`.