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.
-macOS users can download the Graphviz via
+brew install graphviz
if you're using Homebrew.macOS users can download the Graphviz via
brew install graphviz
if you're using Homebrew. Similarly, Windows users with Chocolatey installed can runchoco install graphviz
.
# using pip (pip3)
$ pip install diagrams
@@ -92,4 +92,4 @@
It will be saved as web_service.png
on your working directory.
Next
-