Browse Source

docs(readme): mention required python version

pull/118/head
MinJae Kwon 4 years ago
committed by GitHub
parent
commit
d67ddb7df8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      README.md

+ 2
- 0
README.md View File

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


Loading…
Cancel
Save