docs(installation): mention required python version

pull/90/merge
mingrammer 5 years ago
parent fa2d2c163c
commit 62248b7476

@ -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`.

Loading…
Cancel
Save