From d67ddb7df8b99b423035ae6cab1364f8144cc279 Mon Sep 17 00:00:00 2001 From: MinJae Kwon Date: Sun, 26 Apr 2020 01:00:12 +0900 Subject: [PATCH] docs(readme): mention required python version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 617e608f..5597ebee 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ Diagrams lets you draw the cloud system architecture **in Python code**. It was ## Getting Started +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).