浏览代码

docs: update installation section

tags/v0.2.0
mingrammer 4 年前
父节点
当前提交
28167336ce
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      docs/installation.md

+ 9
- 0
docs/installation.md 查看文件

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

> macOS users can download the Graphviz via `brew install graphviz` if you're using [Homebrew](https://brew.sh).

```shell
# using pip (pip3)
$ pip install diagrams

# using pipenv
$ pipenv install diagrams

# using poetry
$ poetry add diagrams
```

## Quick Start


正在加载...
取消
保存