Browse Source

docs: update installation section

tags/v0.2.0
mingrammer 4 years ago
parent
commit
28167336ce
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      docs/installation.md

+ 9
- 0
docs/installation.md View File

@@ -5,8 +5,17 @@ title: Installation


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
# using pip (pip3)
$ pip install diagrams $ pip install diagrams

# using pipenv
$ pipenv install diagrams

# using poetry
$ poetry add diagrams
``` ```


## Quick Start ## Quick Start


Loading…
Cancel
Save