docs: update README.md

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

@ -17,7 +17,14 @@ It uses [Graphviz](https://www.graphviz.org/) to render the diagram, so you need
> macOS users can download the Graphviz via `brew install graphviz` if you're using [Homebrew](https://brew.sh). > macOS users can download the Graphviz via `brew install graphviz` if you're using [Homebrew](https://brew.sh).
```shell ```shell
# using pip (pip3)
$ pip install diagrams $ pip install diagrams
# using pipenv
$ pipenv install diagrams
# using poetry
$ poetry add diagrams
``` ```
You can start with [quick start](https://diagrams.mingrammer.com/docs/installation#quick-start). And you can go [guides](https://diagrams.mingrammer.com/docs/diagram) for more details. You can start with [quick start](https://diagrams.mingrammer.com/docs/installation#quick-start). And you can go [guides](https://diagrams.mingrammer.com/docs/diagram) for more details.

Loading…
Cancel
Save