diff --git a/docs/cluster.html b/docs/cluster.html index 07853ed9..3d576a70 100644 --- a/docs/cluster.html +++ b/docs/cluster.html @@ -110,4 +110,4 @@

There is no depth limit of nesting. Feel free to create nested clusters as deep as you want.

-
Last updated on 2020-2-3
Nodes
\ No newline at end of file +
Last updated on 2/3/2020
Nodes
\ No newline at end of file diff --git a/docs/cluster/index.html b/docs/cluster/index.html index 07853ed9..3d576a70 100644 --- a/docs/cluster/index.html +++ b/docs/cluster/index.html @@ -110,4 +110,4 @@

There is no depth limit of nesting. Feel free to create nested clusters as deep as you want.

-
Last updated on 2020-2-3
Nodes
\ No newline at end of file +
Last updated on 2/3/2020
Nodes
\ No newline at end of file diff --git a/docs/diagram.html b/docs/diagram.html index a50aef58..2bb72260 100644 --- a/docs/diagram.html +++ b/docs/diagram.html @@ -86,4 +86,4 @@ with Diagram("Simple Diagram", show=False): EC2("web") -
Last updated on 2020-2-3
ExamplesNodes
\ No newline at end of file +
Last updated on 2/3/2020
ExamplesNodes
\ No newline at end of file diff --git a/docs/diagram/index.html b/docs/diagram/index.html index a50aef58..2bb72260 100644 --- a/docs/diagram/index.html +++ b/docs/diagram/index.html @@ -86,4 +86,4 @@ with Diagram("Simple Diagram", show=False): EC2("web") -
Last updated on 2020-2-3
ExamplesNodes
\ No newline at end of file +
Last updated on 2/3/2020
ExamplesNodes
\ No newline at end of file diff --git a/docs/examples.html b/docs/examples.html index 39e1a50d..cad820a9 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -161,4 +161,4 @@ pubsub >> flow

message collecting diagram

-
Last updated on 2020-2-3
InstallationDiagrams
\ No newline at end of file +
Last updated on 2/3/2020
InstallationDiagrams
\ No newline at end of file diff --git a/docs/examples/index.html b/docs/examples/index.html index 39e1a50d..cad820a9 100644 --- a/docs/examples/index.html +++ b/docs/examples/index.html @@ -161,4 +161,4 @@ pubsub >> flow

message collecting diagram

-
Last updated on 2020-2-3
InstallationDiagrams
\ No newline at end of file +
Last updated on 2/3/2020
InstallationDiagrams
\ No newline at end of file diff --git a/docs/installation.html b/docs/installation.html index 36a0dce2..79308dfe 100644 --- a/docs/installation.html +++ b/docs/installation.html @@ -55,7 +55,17 @@ } });

Installation

It uses Graphviz to render the diagram, so you need to install Graphviz to use diagrams. After installing graphviz (or already have it), install the diagrams.

-
$ pip install diagrams
+
+

macOS users can download the Graphviz via brew install graphviz if you're using Homebrew.

+
+
# using pip (pip3)
+$ pip install diagrams
+
+# using pipenv
+$ pipenv install diagrams
+
+# using poetry
+$ poetry add diagrams
 

Quick Start

# diagram.py
@@ -74,4 +84,4 @@
 

It will be saved as web_service.png on your working directory.

Next

See more Examples or see Guides page for more details.

-
Last updated on 2020-2-3
\ No newline at end of file +
Last updated on 2/3/2020
\ No newline at end of file diff --git a/docs/installation/index.html b/docs/installation/index.html index 36a0dce2..79308dfe 100644 --- a/docs/installation/index.html +++ b/docs/installation/index.html @@ -55,7 +55,17 @@ } });

Installation

It uses Graphviz to render the diagram, so you need to install Graphviz to use diagrams. After installing graphviz (or already have it), install the diagrams.

-
$ pip install diagrams
+
+

macOS users can download the Graphviz via brew install graphviz if you're using Homebrew.

+
+
# using pip (pip3)
+$ pip install diagrams
+
+# using pipenv
+$ pipenv install diagrams
+
+# using poetry
+$ poetry add diagrams
 

Quick Start

# diagram.py
@@ -74,4 +84,4 @@
 

It will be saved as web_service.png on your working directory.

Next

See more Examples or see Guides page for more details.

-
Last updated on 2020-2-3
\ No newline at end of file +
Last updated on 2/3/2020
\ No newline at end of file diff --git a/docs/node.html b/docs/node.html index 59d86ca6..aa5b973d 100644 --- a/docs/node.html +++ b/docs/node.html @@ -144,4 +144,4 @@

You can't connect two lists directly because shift/arithmetic operations between lists are not allowed in Python.

-
Last updated on 2020-2-3
\ No newline at end of file +
Last updated on 2/3/2020
\ No newline at end of file diff --git a/docs/node/index.html b/docs/node/index.html index 59d86ca6..aa5b973d 100644 --- a/docs/node/index.html +++ b/docs/node/index.html @@ -144,4 +144,4 @@

You can't connect two lists directly because shift/arithmetic operations between lists are not allowed in Python.

-
Last updated on 2020-2-3
\ No newline at end of file +
Last updated on 2/3/2020
\ No newline at end of file