docs: update README.md

pull/11/head
MinJae Kwon 6 years ago committed by GitHub
parent cb8294814a
commit e2ef77f32e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,8 @@ Diagrams lets you draw the cloud system architecture **in Python code**. It was
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**. 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).
```shell ```shell
$ pip install diagrams $ pip install diagrams
``` ```

Loading…
Cancel
Save